@charset "utf-8";
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	padding:0;
	margin:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	line-height: 1.2em;
	font-size:0.7em;
	background-repeat: repeat-y;
	background-position: center;
}

img {padding:0px; border:0;}				

hr{color:#B2B2B2; background-color#B2B2B2; height:1px;}

/******* hyperlink and anchor tag styles

a:link{color:#FFFFFF}
a:visited{color:#FFFFFF}
a:hover{color:#FFFFFF}
a:active{color:#FFFFFF}
 *******/
/************** header tag styles **************/

h1{	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: left;
	margin: 0px 0px 0px 0px;
	color: #648AAE; font-weight:bold;
	/*background-image:url(../img/ico_header.gif); background-repeat:no-repeat; background-position:0% 50%; 
	padding-left:28px;*/
}
h2{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.2em;
	margin: 0 0 0 0;
	padding:0 0 0 0;
	color: #204162;}
h3{ font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.3em;
	font-weight:bold}
h4{	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.2em;
	font-weight:bold}

/********* 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;
}




