@charset "UTF-8";
/* CSS Document */

body {
background-color:#eee8d2;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#170A05;
margin:0px;
padding:0px;

}

.headblue {
font-family: Times New Roman, Times, serif;
color:#003768;
font-size:16px;
}

h3 {
font-family: Times New Roman, Times, serif;
color:#003768;
font-size:16px;
}


a:link {
	color:#6E523D;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color:#6E523D;
}
a:hover {
	text-decoration: underline;
	color:#6E523D;
}
a:active {
	text-decoration: none;
	color:#6E523D;
}

table {
   text-align:left;
   /* FOR IE */
}

.underline {
text-decoration:underline;
}

#form {
width:600px;
margin-left:auto;
margin-right:auto;
padding:25px 70px 70px 70px;
}

.formheader {
font-family:"Times New Roman", Times, serif;
font-style:italic;
font-weight:bold;
color:#170A05;
font-size:16px;
}

.title {
font-family:"Times New Roman", Times, serif;

font-weight:bold;
color:#170A05;
font-size:18px;
}
