/* ------------------------------------------------------- HTML ------------------------------------------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #BFBFBF;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #081F5B;
	text-decoration: none;
}



/* ------------------------------------------------------- LINKS ------------------------------------------------------- */
a:link {
	color: #F87311;
	text-decoration: underline;
}
a:visited {
	color: #F87311;
	text-decoration: underline;
}
a:hover {
	color: #0055A5;
	text-decoration: underline;
}
a:active {
	color: #0055A5;
	text-decoration: underline;
}



/* ------------------------------------------------------- TXT ------------------------------------------------------- */
.txtPageTitles {
	font-size: 36px;
	color: #15205B;
	line-height: normal;
}

.txtLightBlue36px {
	font-size: 36px;
	color: #537CB6;
	line-height: normal;
}

.txtOrange20px {
	font-size: 20px;
	color: #F87311;
	line-height: normal;
}

.txtOrange36px {
	font-size: 36px;
	color: #F87311;
	line-height: normal;
}

.txtGreyBoldItalic {
	color: #404040;
	line-height: normal;
	font-style: italic;
	font-weight: bold;
}

.txtGrey {
	color: #404040;
	line-height: normal;
}

.txt16px {
	font-size: 16px;
	font-weight: bold;
}



/* ------------------------------------------------------- BG's ------------------------------------------------------- */



/* ------------------------------------------------------- MISC ------------------------------------------------------- */
img.floatRight { 
    float: right; 
    margin: 4px; 
}

.formFields {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #081F5B;
	text-decoration: none;
	border: 1px solid #999999;
	padding: 4px;
	width: 350;
}
