﻿
/* MAIN PAGE TEXT AND OPTIONAL TEXT */


td, p {
	font-size:11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	line-height:13px;
	margin-top:0px; margin-bottom: 0px;
}

.reference {
	font-family: verdana, helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #000000;
	margin-top: 0; margin-bottom: 0;
	line-height: 12px;
}

/* MAIN LINKS */

a:link {
	text-decoration: none;
	color: #FF0000;
}

a:visited {
	text-decoration: none;
	color: #FF0000;
}

a:hover {
	text-decoration: none;
	color: #0065CE;
	border-bottom: dotted 1px #FF0000;
}

a:active {
	text-decoration: none;
	color: #FF0000;
}


/* HEADERS */

.sm_header {
	font-family: verdana, helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0065CE;
	margin-top: 0; margin-bottom: 5px;
}

.header1 {
	font-family: Georgia, verdana, helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0065CE;
	margin-bottom: 8px;
}

.large_header {
	font-family: verdana, helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0065CE;
}

.larger_header {
	font-family: verdana, helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #0065CE;
	margin-top: 0; margin-bottom: 5px;
}

.news_header {
	font-family: verdana, helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #BA2C30;
	margin-top: 0; margin-bottom: 5px;
}

.divider_header {	
	font-family: Georgia, helvetica, Arial, sans-serif;
	color: #0065CE;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0; margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: dotted 1px #0065CE;
}


/* IMAGE BORDERS */

.imageborder {
	border-style: solid;
	border-color: #333333;
	border-width:1px;
}

.imageborder2 {
	border-style:dotted;
	border-color: #333333;
	border-width:1px;
}

/* FORM FIELDS */

.formfield {
	font-family: verdana, Arial, helvetica, sans-serif;
	color: #01163F;
	font-size: 11px;
	font-weight: normal;
	margin-top:0; margin-bottom:0;
	border: 1px solid #999999;
	background-color: #ffffff;
	padding-top: 1; padding-bottom: 1;
	
}

.submitfield {
	font-family: verdana, Arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
	margin-top:0; margin-bottom:0;
	border: 1px solid #000000;
	background-color: #006599;
	padding-top: 0; padding-bottom: 0;
}

/* FOOTERS */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
a.footer:link {
	color: #0065CE;
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #0065CE;
}
a.footer:hover {
	text-decoration: underline;
	color: #0065CE;
}
a.footer:active {
	color: #0065CE;
	text-decoration: none;
}

ul
{
list-style-type: none;
padding: 10px;
margin: 0;
}

li
{
background-image: url(images/arrow.gif);
background-repeat: no-repeat;
background-position: 0 .3em;
padding-left: 20px;
margin-bottom: 7px;
}
