body {
	font-size: 12px;
	color: #FFFFFF;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	background-color: #FFFFFF; 
	background-image: url(images/misc/SpacerBlue.jpg);
}


body.splash {
	font-size: 12px;
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	background-color: #060D6E; 
	background-image: url(images/misc/SpacerBlue.jpg);
}

p {
	font-size: 12px;
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
}

td {
	font-size: 12px;
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
}

TD.ListingTitle {
	background: #080C6B;
	font-family: verdana, arial, helvetica;
	COLOR: #FFFFFF;
	font-size: 12px;
	FONT-WEIGHT: bold;
}


a.listings{
	font-size: 12px;
	color: #080C6B;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	text-decoration: underline;
}


a.listings:hover{
	font-size: 12px;
	color: #015CD2;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	text-decoration: underline;
}


h1{
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, arial, helvetica;
}

h2{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, arial, helvetica;
}

h3{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	font-family: verdana, arial, helvetica;
}

.splashText {
	font-size: 10px;
	color: #FFFFFF;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
}

.smallBlue {
	font-size: 10px;
	color: #003366;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
}

.smallBlack{
	font-size: 10px;
	color: #000000;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
}

.footer {
	font-size: 10px;
	color: #FFFFFF;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
}

a{
	font-size: 12px;
	color: #010A93;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	text-decoration: underline;
}

a:hover{
	font-size: 12px;
	color: #C5AD00;
	font-family: verdana, arial, helvetica;
	font-weight: normal;
	text-decoration: underline;
}

a.footlink{
	font-size: 10px;
	font-weight: bold;
	color: #E4E4EF;
	text-decoration: underline;
}

a.footlink:hover{
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

a.menu{
	font-size: 10px;
	font-weight: bold;
	color: red;
	background-color: yellow;
	font-family: verdana, arial, helvetica;
	text-decoration: none;
}

a.menu:hover{
	font-size: 10px;
	font-weight: bold;
	color: yellow;
	background-color: red;
	font-family: verdana, arial, helvetica;
	text-decoration: none;
}

/********** Form Styles ********************/

.entertext{
	color: #003366;
	font-size: 12px;
	font-weight: normal;
	background-color: #EBEBEB; 
}

.buttons{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	background-color: #878787;
}

.required{
	color: #830000;
	font-weight: normal;
	/*background-color: #E0C9C9;*/
}

/********** List Styles ********************/

ol {
	font-size: 11px;
	margin-top: 0;
	padding-top: 0;	
	margin-left: 0;
	padding-left: 23;
}

li {
	line-height: 130%;
}



