body {
	margin: 0;
	padding: 0;
	background-color: #FFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 75%;
	color: #000;
}

A                       { text-decoration: underline; color: #CC0000; }
A:link                  { text-decoration: underline; font-weight: normal; color: #CC0000; }
A:visited               { text-decoration: underline; font-weight: normal; color: #CC0000; }
A:active                { text-decoration: underline; font-weight: normal; color: #CC0000; }
A:hover                 { text-decoration: underline; font-weight: normal; color: #CC0000; }

td                      { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }

.bold					{ font-weight: bold; }

.bulletpoint			{ padding: 0px 4px 4px 4px; color: #CC0000; }

.bullettext				{ padding: 0px 0px 4px 0px; }

.subsubtitle 			{ font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #CC0000; }

.subtitle               { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; color: #CC0000; font-weight: bold; }

.table					{ padding: 0px 10px 10px 10px; background-color: #F3F3F3; }

.tableheader			{ padding: 10px 10px 10px 10px; font-weight: bold; background-color: #F3F3F3; }

.title                  { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #CC0000; font-weight: bold; }

h1 {
	margin-bottom: 1em;
	padding-bottom: 0.6em;
	border-bottom: 1px solid #000;
	font-size: 17px;
	color: #CC0000;
}
h2 {
	margin: 0;
	padding: 0.5em 0 0.55em 0;
	font-size: 14px;
	color: #CC0000;
}

p {
	margin: 0 0 1.2em 0;
	padding: 0;
}

ul {
	margin: 0;
	padding: 0 0 0.85em 40px;
}
li {
	margin: 0 0 0.55em 0;
}
ul p {
	margin: 0 0 0.55em 0;
	padding: 0;
}
#contents p {
	margin:0;
	font-size:95%;
}
#contents {
	background:#F4F4F4;
	
	margin: 0;
	padding: 15px;
}
#contents a:link, #contents a:visited {
	font-weight: normal;
	color: #000;
}
#contents a:active, #contents a:hover {
	font-weight: normal;
	color: #CC0000;
}
#contents h1 {
	margin: 0 0 10px 0;
	padding: 0;
	border: none;
	font-size: 120%;
	color: #CC0000;
}
#contents h2 {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
#contents ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}
#contents li {
	margin: 0 0 0.2em 0;
	padding: 0 0 0 10px;
	font-size: 90%;
}
#contents li .sub {
	display:block;
	margin-left: 20px;
}

#alarmIcons {
	margin: 0;
	padding: 0 0 0 20px;
	list-style-type: none;
}
.process {
	height: 18px;
	padding: 0 0 0 22px;
	background: url(../sitegraphics/alarm_process.jpg) 0 0 no-repeat;
}
.system {
	height: 18px;
	padding: 0 0 0 22px;
	background: url(../sitegraphics/alarm_system.jpg) 0 0 no-repeat;
}
.computer {
	height: 18px;
	padding: 0 0 0 22px;
	background: url(../sitegraphics/alarm_computer.jpg) 0 0 no-repeat;
}
.profile {
	height: 18px;
	padding: 0 0 0 22px;
	background: url(../sitegraphics/alarm_profile.jpg) 0 0 no-repeat;
}

#glossary {
	width: 100%;
	margin-bottom:15px;
	border: 0;
	background-color: #F1F1F1;
	border-bottom: 1px solid #969696;
}
#glossary td {
	padding: 5px;
	vertical-align: top;
	border-top: 1px solid #969696;
	font-size: 11px;
}
#glossary .columnHeader {
	font-weight: bold;
}
#glossary .rowHeader {
	font-weight: bold;
}
.footerText {
	margin:10px;
}
