@charset "ISO-8859-1";
body {
	color: #fffff;
	top: 0;
}

/** GENERAL LINKS **/
a:link, a:visited, a:active {
	font-size: 12px;
	color: #6c9d31;
	text-decoration: underline;
}
a:hover {
	color: #6c9d31;
	text-decoration: none;
}

/** TOP NAV LINKS **/
a:link.toplink, a:visited.toplink, a:hover.toplink, a:active.toplink {
	font-family: Helvetica Condensed Bold, Arial, sans-serif;
	color: #666666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
}
a:hover.toplink {
	font-family: Helvetica Condensed Bold, Arial, sans-serif;
	color: #6c9d31;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

/** SUBHEAD LINKS ON HOME PAGE**/
a:link.subheadlink, a:visited.subheadlink, a:hover.subheadlink, a:active.subheadlink {
	color: #005699;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:hover.subheadlink {
	color: #005699;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}


/** SUBNAV NAV LINKS **/
a:link.subnav, a:visited.subnav, a:hover.subnav, a:active.subnav {
	font-size: 11px;
	color: #005699;
	text-decoration: underline;
}
a:hover.subnav {
	color: #005699;
	text-decoration: none;
}


/** BACK to TOP LINKS **/
a:link.top, a:visited.top, a:active.top {
	font-size: 11px;
	color: #6c9d31;
	text-decoration: none;
}
a:hover.top {
	color: #6c9d31;
	text-decoration: none;
}

/** FOOTER LINKS **/
a:link.footerlink, a:visited.footerlink, a:hover.footerlink, a:active.footerlink {
	color: #6c9d31;
	text-decoration: underline;
	font-size: 9px;
}

/** SUBNAV **/
/**.subnav {
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
} **/

.image {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 20px;
}

.borders {
	border: 1px solid #cccccc;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #000000;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #005699;
	font-size: 15px;
	font-weight: bold;
	padding-top: 2px;
}

.subhead {
	font-family: Arial, Helvetica, sans-serif;
	color: #005699;
	font-size: 14px;
	font-weight: bold;
}

.sub-subhead {
	font-family: Arial, Helvetica, sans-serif;
	color: #005699;
	font-size: 12px;
	font-weight: bold;
}

.formfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}


.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	padding-left: 20px;
	padding-top: 20px;
}
.legal {
	color: 9b9b9b;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
}

.letterbox {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #6c9d31;
	background-color:#6c9d31;
	color: #ffffff;
	font-weight: bold;
	max-width: 10px;
} 


.letterbox-ref {
	padding-top: 3px;
	padding-right: 75px;
	padding-bottom: 3px;
	padding-left: 5px;
	border: 1px solid #6c9d31;
	background-color:#6c9d31;
	color: #ffffff;
	font-weight: bold;
	max-width: 10px;
} 


/** TABLE STYLE */
.atable table{
	border-collapse: collapse;
	font-size:9px;
}

.atable thead tr{
	background-color: #6c9d31;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	color:#FFFFFF;	
}

.atable tfoot tr{
	background-color: #FFFFFF;
}

.atable thead th{
	padding: 0.5em;
	white-space: nowrap;
}

.atable tr{
	background-color: #EAFDFF;
}

.atable tr.odd{
	background-color: #FFFFFF;
}

.atable td, th{
	border: 1px dotted #CCCCCC;
}

.atable tbody td
{
	padding: 0.5em;
}
