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

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

/** LANGUAGE LINKS **/
a:link.languagelink, a:visited.languagelink, a:hover.languagelink, a:active.languagelink {
	font-family: verdana, Helvetica, sans-serif;
	color: #005699;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a:hover.languagelink {
	font-family: verdana, Helvetica, sans-serif;
	color: #005699;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

/** TOP NAV LINKS **/
a:link.toplink, a:visited.toplink, a:hover.toplink, a:active.toplink {
	font-family: verdana, Helvetica, sans-serif;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	padding-left: 20px;
}
a:hover.toplink {
	font-family: verdana, Helvetica, sans-serif;
	color: #005699;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}

/** SUBHEAD LINKS ON HOME PAGE**/
a:link.subheadlink, a:visited.subheadlink, a:hover.subheadlink, a:active.subheadlink {
	color: #005699;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover.subheadlink {
	color: #005699;
	font-size: 12px;
	font-weight: bold;
	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: 20px;
}

.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: 11px;
	line-height: 17px;
	color: #000000;
}

h1 {
	font-family: verdana, Helvetica, sans-serif;
	color: #005699;
	font-size: 14px;
	font-weight: bold;
}

.subhead {
	color: #005699;
	font-size: 12px;
	font-weight: bold;
}

.sub-subhead {
	color: #005699;
	font-size: 11px;
	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 #005699;
	background-color:#005699;
	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 #005699;
	background-color:#005699;
	color: #ffffff;
	font-weight: bold;
	max-width: 10px;
} 


