body{
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url("images/bg.gif");
	background-position:top;
	background-repeat:repeat-x;
	background-color:#d6dcde;
	}
body, tr, td, standard{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#000000;
	}
h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:20px;
	color:#0E6397;
}
.quote{
font-size:1em;
font-style:italic;
font-weight:bold;
color:#4193C5;
	}
.button {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #4193C5;
	}
.subNav {
	font-size: 0.88em;
	font-weight:bold;
	line-height: 20px;
	}
.header {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bolder;
	color:#17538F;
	}
.form {
	font-size:x-small;
	line-height:18px;
	color:#0A3D7A;	
	}
.linkoff{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#656565;
	background-image:url(images/infobar_tile.gif);
	background-repeat:repeat-x;
	border:1px;
	border-collapse:collapse;
	border-style:solid;
}
.linkon{
	cursor:pointer;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#CCCCCC;
	background-image:url(images/botbartile.gif);
	background-repeat:repeat-x;
	border:1px;
	border-collapse:collapse;
	border-style:solid;
}

.lineBreak{
border-bottom-width:1px;
border-bottom-color:#0A3D7A;
border-bottom-style:dotted;
	}
.infobar{
height:22px;
}
.white{
color:#FFFFFF;
	}
.black{
color:#000000;
}
.bold{	font-weight:bold;}
.grey{ 	color:#666666;}
.blue{	color:#15518d;}
/*LINK*/
a:link {	text-decoration: none; color:#878787;}
.white a:link {	text-decoration: none;}
.form  a:link {	text-decoration: none;	}
.black  a:link {	text-decoration: none;	}
/*VISITED*/
a:visited {	text-decoration: none; color:#878787;}
.white a:visited {	text-decoration: none;	}
.form a:visited {	text-decoration: none;	}
.black a:visited {	text-decoration: none;	}
/*HOVER*/
a:hover {	text-decoration: none; color:#CCCCCC;}
.white a:hover {	text-decoration: underline;	}
.form a:hover {	text-decoration: underline;	}
.black a:hover {	text-decoration: underline;	}
/*ACTIVE*/
a:active {	text-decoration: none; color:#878787;}
.white a:active {	text-decoration: none;	}
.black a:active {	text-decoration: underline;	}