<style type="text/css">
<!--
A:link {color: #39546d; font-weight: bold;}
A:visited {color: #39546d; font-weight: bold;}
A:hover {color: #800000; font-weight: bold;}
A:active {color: #39546d; font-weight: bold; text-decoration: none}

body{
	width: 920px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #767879;
	margin: 0 auto auto 0;
	background-image: url('images/bg_image.jpg'); 
	background-repeat: repeat-x;
	background-color: #85c2f8;
}

input.text, select {
 font-size: 12px;
 border: 1px solid #666666;
 width: 200px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #355d7b;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #355d7b;
}

.mandatory_star{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #ff0000;
}
-->
</style>