/*@charset "utf-8";*/
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	background: #FFFFFF url(../img/creo_page_background.jpg) repeat-x;
	padding:0;
	margin:0;
	border:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #432E1B;
	line-height: 1.2em;
	font-size:0.7em;
/*	background-position: center;*/
}

img {padding:0px; border:0;}				

hr{border:2px dotted #F6D5DC;}

/******* hyperlink and anchor tag styles

a:link{color:#FFFFFF}
a:visited{color:#FFFFFF}
a:hover{color:#FFFFFF}
a:active{color:#FFFFFF}
 *******/
a:link{background-color:transparent; color:#666666; text-decoration:none;}
a:visited{background-color:transparent; color:#666666; text-decoration:none;}
a:hover{background-color:transparent; color:#000000; text-decoration:none;}
a:active{background-color:transparent; color:#666666; text-decoration:none;}

/************** header tag styles **************/

h1{

	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-align: left;
	line-height: 1.4em;
	margin: 0em 0 8px 0;
	padding-bottom: 3px;
	color: #6DB81F;
	border-bottom:2px dotted #482E14;
}
h2{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.2em;
	margin: 0em 0 4px 0;
	padding-bottom: 3px;
	color: #F00681;
	
	border-bottom:2px dotted #F00681;}
h3{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	text-align: left;
	line-height: 1.2em;
	margin: 0em 0 0 0;
	padding-bottom: 1px;
	color: #34271E;}
h4{
	background:#FFFFFF;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color:#98B97F;
	font-size: 1.4em;
	text-align: left;
	line-height: 1.6em;
	font-weight:bold;
	margin:0;
	padding-bottom:3px;}

/********* 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;
	color:#FF0000;
}



