/* CSS Document */

body {

	background-color: #267fcf;
}

.pagetitle { 
COLOR: #0070c0; 
FONT-FAMILY: 'Century Gothic';
font-size: 16px;
}
.DarkBlue11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: 020a10;
}
.BLUEHEADER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: 12446e;
}
.WHITEHEADER {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: normal;
	color: FFFFFF;
}

.style6 {color: #FFCC00;
		 }

.footerblue10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 063d60;
}
.orange10b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: df7021;
}
.orange12b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: df7021;
}

.blue12b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #063D64; 
}
.inputbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #257FCD;
}

.inputboxOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #df7021;
}
.white10b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: ffffff;
}
.white12b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: ffffff;
}

a.nav:link {
	color: #063d60;
	text-decoration: none;
	
}
a.nav:visited {
	text-decoration: none;
	color: #063d60;
	
}
a.nav:hover {
	text-decoration: underline;
	color: #df7021;
	
}
a.nav:active {
	text-decoration: none;
	color: #063d60;
	
}

a.topnav:link {
	color: #DF7021;
	text-decoration: none;
	
	
}
a.topnav:visited {
	text-decoration: none;
	color: #DF7021;
	
}
a.topnav:hover {
	text-decoration: underline;
	color: #0099FF;
	
}
a.topnav:active {
	text-decoration: none;
	color: #DF7021;
	
}



a.navwhite:link {
	color: #ffffff;
	text-decoration: none;
	
}
a.navwhite:visited {
	text-decoration: none;
	color: #ffffff;
	
}
a.navwhite:hover {
	text-decoration: underline;
	color: #020a10;
	
}
a.navwhite:active {
	text-decoration: none;
	color: #ffffff;
	
}.thickWhiteBorder {
	border: 5px solid #e8f0f6;
}
.leftfloat {
	float: left;
	border: 1px solid #267FCF;
}

.blue14b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
		color: 12446e;

}
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #8e030f;
	background-image: url(images/error.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
}
.success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #04611a;
	background-image: url(images/success.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;

}

.neutral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	background-image: url(images/neutral.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	text-indent:40px;
	

}
.border {
	border: 1px solid #267FCF;
}

.space {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;

}
.leftFloat {
	float: left;
	margin: 10px;
	border: 1px solid #267FCF;
}
.rightFloat {
	float: Right;
	margin: 10px;
	border: 1px solid #267FCF;
}

.inputboxLight {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #0080C0;
background-color: #D2D9F9;
border: 1px solid #A5B7D8;
}
.grey11 {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
border: 1px solid #A5B7D8;

}

input[disabled="disabled"], input.disabled {
	border: 1px solid #A5B7D8;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
background-color: #257FCD;
border: 1px solid #A5B7D8;
}

.borderUp1 {
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #267FCF;
}
.line {
	background-image: url(images/pixi.jpg);
	background-repeat: repeat-x;
	height: auto;
	width: auto;
}
