@charset "utf-8";
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	background-color: #525151;
	padding:0 0 0 0;
	margin:0 0 0 0;	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	line-height: 1.8em;
}

img {padding:0px; border:0;}				

hr{
	border-top-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
}

/******* 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: "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	text-align: left;
	line-height: 1.0em;
	color: #4B482E;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #C49639;
	margin: 0px;
	padding: 10px 0px 0px;
}
h2{ font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.2em;
	font-weight:bold
	}
h3{ font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	text-align: left;
	line-height: 1.3em;
	font-weight:bold}
h4{
	font-size: 1.0em;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/********* 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;
}

