body {
	color: #666666;
	background-color: transparent;
	
	font-family: Arial;
	font-size: 0.75em;
	line-height: 1.5;
}

a {
	color: #5390cc;
	background-color: transparent;
}
a img { border: 0px; }


h1 {
	margin: 0px 0px 8px 0px;

	color: #3d3d3d;
	background-color: transparent;
	
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
}
h2 {
	color: #3d3d3d;
	background-color: transparent;
	
	font-size: 1.33em;
	font-weight: normal;
	line-height: 1em;
}
p {
	margin: 3px 0px 9px 0px;
}


.required {
	color: #0d59a4;
	background-color: transparent;
}
.form_error {
	color: #ff0000;
	background-color: transparent;
}
.date,
.blue {
	color: #0D59A4;
	background-color: #ffffff;
}