@charset "utf-8";
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	background-color: #E0E0E0;/*#40668C;*/
	padding:15px 0px 0px 0px;
	margin:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color:#7F7F7F;
	line-height: 1.2em;
	font-size:0.7em;
	background-repeat: repeat-y;
	background-position: center;
}

img {padding:0px; border:0;}				

hr{border:1px solid #7666AE; padding:0px; margin:3px;}


a:link{color:#FFFFFF}
a:visited{color:#FFFFFF}
a:hover{color:#978AC0}
a:active{color:#7F7F7F}

/************** header tag styles **************/

h1{	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	text-align: left;
	margin: 1px 0px 1px 0px; padding:0px;
	color: #000066; font-weight:normal;
}
h2{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left; margin:10px 0px; padding:0px;
	color: #FFFFFF;}
	
h3{ font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	font-weight:bold; margin:0px; padding:0px;
	color: #FFFFFF;}
h3 a:link{color:#FFFFFF; text-decoration:none;}
h3 a:visited{color:#FFFFFF; text-decoration:none;}
h3 a:hover{color:#FFFFFF; text-decoration:none;}
h3 a:active{color:#FFFFFF; text-decoration:none;}
	
h4{	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	font-weight:bold; margin:2px 0px 2px 0px; padding:0px;}
	
h4 a:link{color:#000066; text-decoration:none;}
h4 a:visited{color:#000066; text-decoration:none;}
h4 a:hover{color:#000066; text-decoration:none;}
h4 a:active{color:#000066; text-decoration:none;}

/********* form and related tag styles *********/




label,input,.formSummaryQuestion,.formSummaryAnswer {
	display: block;
	width: 180px;
	float: left;
	margin-bottom: 10px;

}

label,.formSummaryQuestion {
	text-align: left;
	/* can be text-align: right;*/
	width: 75px;
	padding-right: 3px;
	font-weight:bold;
}


br {
	clear: left;
}


.formError{
	background-color: #FFF0CC;
}



