/* CSS Document */

body {
	font-family: "MS Sans Serif", Arial, Helvetica, Verdana;
	font-size: 12.5px;
	color: #000066;
	font-weight: normal;
	text-align: left;
	line-height: 15pt;
}
body a:link {
	color: #93181B;
	text-decoration: underline;
}
body a:visited {
	color: #93181B;
	text-decoration: underline;
}
body a:hover {
	color: #93181B;
	text-decoration: none;
}
body a:active {
	color: #93181B;
	text-decoration: none;
}
.blueh1 { 
	font-family: Arial, Helvetica;
	font-size: 16px; 
	color: #000066; 
	font-weight: bold;
	text-transform: uppercase;
}
.subhead1 { 
	font-family: Arial, Helvetica;
	font-size: 14.5px; 
	color: #000066; 
	font-weight: bold;
	text-transform: uppercase;
}

.subhead2 { 
	font-family: Arial, Helvetica;
	font-size: 12.5px; 
	color: #000066; 
	font-weight: bold;
	text-transform: uppercase;
}

li{
	margin-left: -8px;
	padding-left: 0px;
	margin-bottom: 3px;
	margin-top: 6px;
	text-align: left;
	padding-bottom: 3px;
}

 ol li {
	list-style-type: square;
	margin-left: -10px;
	padding-left: 0px;
	margin-bottom: 3px;
	margin-top: 6px;
}
 ol ol li { 
 	list-style-type: lower-alpha; 
	margin-left: -18px; 
	padding: 0px 3px 3px 5px;
}

 ul {
	list-style-image: url(../images/arrow_sm_lt_orange.gif);
	margin-left: 0;
	margin-bottom: 0px;
	margin-top: 3px;
	padding-left: 2em;
	text-indent: 0em;
}
 ul ul {
	margin-left: -2px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(../images/square_sm_red.gif);
}
 ul ul ul{ margin-left: -4px; margin-top: 0px; margin-bottom: 0px;
 		 list-style-image: url("../images/dash_sm_orange.gif");
}
.white {
	font-family: "MS Sans Serif", Arial, Helvetica, Verdana;
	font-size: 9pt;
	color: #FFFFFF;
	font-weight: normal;
}
.white a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.white a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.white a:active {
	color: #FFFFFF;
	text-decoration: none;
}	

.liwhite {
	color: #FFFFFF;
	line-height: 1px;
}
.lidark{
	color: #000066;
	line-height: 1px;
}
