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

body,td,th {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	line-height: 16pt;

}

body {
    background-color: #C4A880;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a {

    font-size: 10px;
    color: #0099FF;
}

a:link {
	color: #0099FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
    text-decoration: none;
}

a:visited {
	color: #0099FF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
}

a:hover {
    text-decoration: underline;

}

a:active {

    text-decoration: none;

}

.style1 {
	color: #4E647F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

.style2 {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}

.style3 {
	color: #4E647F;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

.style4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.style5 {
	color: #3366FF;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}

form small {

	display: block;

	margin: 0 0 8px 240px; /* instructions/comments left margin set to align w/ right column inputs */

	padding: 1px 3px;

	font-size: 88%;

}



form .required{font-weight:bold;} /* uses class instead of div, more efficient */



form br {

	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */

}



form .buttons {

 font-family: Verdana, Arial, Helvetica, sans-serif;

 font-size: 14px;

 background-color: #333333;

 color: #FFFFFF;

}
