/* CSS Document */



.headerfont {
	font-family: times new Roman;
	font-weight: bold;
	font-size: 24px;
	color: #330000;
	font-style: italic;
	font-variant: normal;
	
}
.boldfont {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
.boldfontheader {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	font-family: verdana;
	font-style:normal;
	
}
.text {
	color: #330000;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-family: "Times New Roman", Times, serif;
}
label.form{ float:left; font-family:verdana; font-size:12px; width:92%; margin-top:10px;}
input.value{ float:left; width:92%; margin-left:0px; margin-top:6px; padding-bottom:5px;}
input.submit{ text-align:center; margin-left:315px; margin-top:35px; font-family:verdana; font-size:14px;}
textarea.value{float:left; width:92%; margin-left:0px; margin-top:6px; padding-bottom:5px;}
#thank{ font-size:20px; font-family:verdana;}
