@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #465459;
	line-height: 18px;
}
body {
	background-color: #E6E9E9;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.whitetext {color: #FFFFFF}


.title {
	font-size: 24px;
	color: #0b4499;
}

.introparagraph {
	font-size: 13px;
	line-height: 18px;
}
hr {
	color: #CCCCCC;
	background-color: #CCCCCC;
	height: 1px;
	border: 0px;
}
.grayborder {
	border-color:#D8D8D8;
 }

.smallcaps {
	font-variant: small-caps;
}




a:link {
	color: #96C250;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #96C250;
}
a:hover {
	text-decoration: underline;
	color: #85AC47;
}
a:active {
	text-decoration: none;
	color: #23689F;
}



a.white:link {
	color:#FFFFFF;
	text-decoration: none;
	font-weight:normal;
	display:block;
	font-size: 11px;
}
a.white:visited {
	text-decoration: none;
	color:#FFFFFF;
	display:block;
	font-size: 11px;
}
a.white:hover {
	text-decoration: none;
	color:#ffffff;
	display:block;
	background-color:#48575C;
	width:200px;
	font-size: 11px;
}
a.white:active {
	text-decoration: none;
	color:#FFFFFF;
	display:block;
	font-size: 11px;
}


	
a.small:link {
	font-size:11px;
	color:#FFFFFF;
	text-decoration: none;
}
a.small:visited {
	font-size:11px;
	text-decoration: none;
	color:#FFFFFF
}
a.small:hover {
	font-size:11px;
	text-decoration: underline;
	color:#CCCCCC
}
a.small:active {
	font-size:11px;
	text-decoration: none;
	color:#FFFFFF
	}
	
