/* CSS Document */
#nav, #header, #ssCol, #lea_728x90, #lea_300x250, #lea_160x600 {
	display none;
	}
/*Typography
------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	background-color: #C7E1F8;
	color: #123c7a;
	font-family: verdana, tahoma, sans-serif;
	font-size:62.5%;
	background-repeat: repeat-x;
	text-align: left;
}
/*This makes sure that the font size stays the same in nested elements*/
TH, TD, LI LI, LI P, TD P, BLOCKQUOTE P {
	font-size:1em
	}
/*This sets the font size at 11px [but still allows font scaling]*/
#content{
	font-size: 1.1em;
	line-height: 1.4em;
	text-align: left;
	}
p	{
	padding:0px;
	margin:0 0 10px 0;
	}
h1, h2, h3, h4{
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #2b80cd;
	}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-size: 11px;
}
h6{
	color: #a8e0ff;
	font-size: .9em;
	line-height: 1.3em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0px;
	}
A, A:active, A:visited   {
	COLOR: #2b80cd;
	text-decoration: none;
	font-weight: bold;
	
}
A:hover {
	COLOR: #4EB0FA;
	text-decoration: underline;
}
#footer A, #footer A:active, #footer  A:visited   {
	COLOR: #6FABE1;
	text-decoration: none;
	font-weight: normal;
}
#footer A:hover {
	COLOR: #2b80cd;
	text-decoration: underline;
}
input, select{
	font-size:10px;
	}
strong {
	font-weight: bold;
	}
ul, ol{
	padding:0 0 0 10px;
	margin: 0 0 10px 20px;
	}
li{
	margin: 0 0 3px 0;
	padding: 0px;
	}
.zebra{
	background-color: #f1f7fe;
	}
.antiZebra{
	background-color: #fff;
	}
