﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bkg.jpg);
}

h2 {
	margin-top: 5px;
}

h4 {
	margin-bottom: 3px;
	color: #FF0000;
}

h5 {
	margin-bottom: 10px;
}

/* MAIN PAGE TEXT AND OPTIONAL TEXT */


td, p {
	font-size:12px;
    font-family: Georgia,Verdana, Arial, Helvetica, sans-serif;
	color:#000000;
	line-height:14px;
	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: underline;
	color: #006599;
}

a:active {
	text-decoration: none;
	color: #FF0000;
}

a.more:link {color: #003377; text-decoration: none; font-weight: normal; }
a.more:visited {color: #000; text-decoration: none; font-weight: normal; }
a.more:active {color: blue; text-decoration: none; }
a.more:hover {color: #30c; text-decoration: underline; }


/* HEADERS */

.sm_header {
	font-family: verdana, helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #01163F;
	margin-top: 0; margin-bottom: 5px;
}

.header1 {
	font-family: Georgia, verdana, helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #2A79AC;
	margin-bottom: 8px;
}

.large_header {
	font-family: verdana, helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006599;
}

.larger_header {
	font-family: verdana, helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	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: #006599;
	font-size: 14px;
	font-weight: bold;
	margin-top: 0; margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: dotted 1px #006599;
}


/* 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: #FFFFFF;
}

a.footer:link {
	text-decoration: none;
	color: #FFFFFF;
}

a.footer:visited {
	text-decoration: none;
	color: #FFFFFF;
}

a.footer:hover {
	text-decoration: underline;
	color: #66CCFF;
}

a.footer:active {
	text-decoration: none;
	color: #FFFFFF;
}