﻿* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
a {
	color: #039; /*WAS #006*/
	font-weight: bold;
	/*font-size: 12px;  REMOVED BECAUSE OF A CONFLICT IN CONTENT LINKS*/
	text-decoration: none;
}
body {
	background-color: #070032;
	color: #000066;
	margin: 0px auto;
	font-family: Verdana, Arial, sans-serif;
}

h1 {
	font-size: 100%;
	font-weight: normal;
	color: #003399;
}
h2 {
	font-size: 150%;
	font-weight: normal;
	padding-bottom: 10px;
	color: #007F90;
}
h3 {
	font-size: 130%;
	color: #000066;
	padding-bottom: 5px;
	font-weight: bold;
}
h4 {
	font-size: 105%;
	line-height: 140%;
	letter-spacing: -.035em;
	color: #000066;
	font-weight: normal;
	padding-bottom: 5px;
}
h5 {
	font-size: 100%;
	letter-spacing: -.035em;
	color: #000066;
	font-weight: bold;
	padding: 9px 0 5px 0;
}
h6 {
	font-size: 110%;
	letter-spacing: -.035em;
	color: #000066;
	font-weight: bold;
	padding: 9px 0 5px 0;
}
h1, h2, h3, h6 {
	text-transform: uppercase;
	/*font-family: Arial, Helvetica, sans-serif; REMOVED FOR HOMEPAGE FONT CHANGES*/
}

ol li, ol li ul li, ol li ul li ul li {
	font-size: 10px;
}