/* CSS Document */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
}
body {
	background-color: #FFFFFF;
}
a:link {
	color: #AFBA49;
}
a:visited {
	color: #AFBA49;
}
a:hover {
	color: #BCC568;
}
a:active {
	color: #858DA6;
}

.blockImg, .blockImg img {
	display: block;
	}

hr.grey, hr.grey2 {
	height: 1px;
	margin: 10px 0 20px 0;
	color: #e0e0e0;
	width:600px;
	}

hr.grey2 {
	margin: 0;
	}

.noBG {
	background-image: none;
	}

/* text & links
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

h1, h2, h3, h4, .footnote, .bodyCopy, .bodyCopyBlue, .bodyCopyRed,  .note, .list span, .list2 span, .smaller, .title, em, ul, p {
	font-family: arial, verdana, helvetica, sans-serif;
	}

.bodyCopy, .bodyCopyBlue, p {
	font-size: 75%;
	color: black;
	}

.bodyCopyBlue {
	color: #002E56 !important;
	}
	
.bodyCopyRed {
	font-size: 75%;
	color: #CC0000 !important;
	}
	
p {
	padding: 0;
	margin: 0 0 18px 0;
	}
.note {
	margin: 0;
	padding: 0;
	font-size: 70%;
	color: #6E665C;
	}

.smaller {
	font-size: 70%;
	color: #002E56;
	}

h1 {
	color: #AFB72A;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 120%;
	font-weight: normal;
	}

h2, .title {
	font-weight: bold;
	font-size: 85%;
	color: #002E56;
	margin: 0 0 5px 0;
	padding: 0;
	}

h2.Count
{
	font-weight: bold;
	color: #AFB72A;
	margin: 0 0 5px 0;
	padding: 0;
}

.title a {
	text-decoration: none;
	color: #002E56;
	}

h3 {
	font-weight: bold;
	font-size: 75%;
	color: #002E56;
	margin: 0 0 5px 0;
	padding: 0;
	}

h3.green {
	color: #AFB72A;
	}

h4 {
	font-size: 75%;
	font-weight: normal;
	color: #002E56;
	margin: 0;
	padding: 0;
	display: inline;
	}

.footnote {
	color: #6E665C;
	font-size: 90%;
	}

.footnote a {
	color: #6E665C;
	}

.menuNav span, .menuNav a {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #FFFF00;
	font-size: 75%;
	}

.menuNav span {
	display: block;
	}

.menuNav a {
	font-weight: bold;
	}

.pageNav span, .pageNav a {
	font-family: arial, verdana, helvetica, sans-serif;
	color: #002E56;
	font-size: 90%;
	}

.pageNav span {
	display: block;
	}

.pageNav a {
	font-weight: bold;
	}

.list span {
	font-size: 70%;
	color: #002E56;
	margin-bottom: 10px;
	display: block;
	}

.list2 span {
	font-size: 75%;
	display: block;
	}
	
.BGnumeral1 {
	background-color: #ffffff;
	background-image: url(/common/images/elements/bg_numeral1.gif);
	background-repeat: no-repeat;
	}
		
.BGnumeral2 {
	background-color: #ffffff;
	background-image: url(/common/images/elements/bg_numeral2.gif);
	background-repeat: no-repeat;
	}
.BGnumeral3 {
	background-color: #ffffff;
	background-image: url("images/elements/bg_numeral3.gif");
	background-repeat: no-repeat;
	}

.BGnumeral4 {
	background-color: #ffffff;
	background-image: url("images/elements/bg_numeral4.gif");
	background-repeat: no-repeat;
	}	
	
.BGnumeral5 {
	background-color: #ffffff;
	background-image: url("images/elements/bg_numeral5.gif");
	background-repeat: no-repeat;
	}
	
.BGnumeral6 {
	background-color: #ffffff;
	background-image: url("images/elements/bg_numeral6.gif");
	background-repeat: no-repeat;
	}
	
ul.simple {
	list-style-type: none;
	margin: 0;
}

ul.simple li {
	margin-bottom: 5px;
	}

.searchResults .odd {
	background-color: #E5ECEF;
	}

/* tables ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.blueTable span {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 75%;
	color: #002E56;
	}
	
.blueTable .row1 {
	background-color: #E5ECEF;
	}	

/* forms ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

.borderRight {
	border-right: solid 1px #ffffff;
	}

.blueForm .row1 {
	background-color: #E5ECEF;
	}

.blueForm span {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 75%;
	color: #002E56;
	}

.blueForm input, .blueForm select {
	font-size: 11px;
	margin: 0 4px 0 4px;
	border: solid 1px #9CB0BE;
	}

.blueFormCalc input {
	font-size: 11px;
	font-weight: bold;
	color: #002E56;
	margin: 0 4px 0 4px;
	border: solid 1px #9CB0BE;
	}

.blueFormCalc span {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 100%;
	color: #AFBA2A;
	}

.blueForm em {
	color: #ff0000;
	font-weight: bold;
	font-style: normal;
	}	