body {
	background-image: url("/images/background.jpg");
	background-position: top;
	margin-top: 3px;
	background-repeat: repeat-x;
	font-family: verdana;
	background-color: #a21717;
}

.topmenu a:link {text-decoration: none; color: #a21717; font-family: verdana; font-size: 9pt; font-weight: bold;}
.topmenu a:visited {text-decoration: none; color: #a21717; font-family: verdana; font-size: 9pt; font-weight: bold;}
.topmenu a:active {text-decoration: none; color: #a21717; font-family: verdana; font-size: 9pt; font-weight: bold;} 
.topmenu a:hover {text-decoration: underline overline; color: #a21717; font-family: verdana; font-size: 9pt; font-weight: bold;}

.sidemenu a:link {text-decoration: none; color: #a21717; font-family: verdana; font-size: 10pt; font-weight: bold; letter-spacing: -.5px; }
.sidemenu a:visited {text-decoration: none; color: #a21717; font-family: verdana; font-size: 10pt; font-weight: bold; letter-spacing: -.5px;}
.sidemenu a:active {text-decoration: none; color: #a21717; font-family: verdana; font-size: 10pt; font-weight: bold; letter-spacing: -.5px;} 
.sidemenu a:hover {text-decoration: none; color: #333333; font-family: verdana; font-size: 10pt; font-weight: bold; letter-spacing: -.5px;}

.submenu a:link {text-decoration: underline; color: #a21717; font-family: verdana; font-size: 10pt; font-weight: bold; letter-spacing: -.5px;}
.submenu a:visited {text-decoration: underline; color: #a21717; font-family: verdana; font-size: 10pt; font-weight: bold; letter-spacing: -.5px;}
.submenu a:active {text-decoration: underline; color: #a21717; font-family: verdana; font-size: 10pt; font-weight: bold; letter-spacing: -.5px;} 
.submenu a:hover {text-decoration: underline; color: #333333; font-family: verdana; font-size: 10pt; font-weight: bold; letter-spacing: -.5px;}

.footer a:link {text-decoration: underline; color: #4f4f4f; font-family: verdana; font-size: 7pt; font-weight: bold;}
.footer a:visited {text-decoration: underline; color: #4f4f4f; font-family: verdana; font-size: 7pt; font-weight: bold;}
.footer a:active {text-decoration: underline; color: #4f4f4f; font-family: verdana; font-size: 7pt; font-weight: bold;} 
.footer a:hover {text-decoration: underline; color: #a21717; font-family: verdana; font-size: 7pt; font-weight: bold;}
.footer { font-size: 7pt; font-family: verdana; color: #4f4f4f; font-weight: 600;}

.head { font-size: 20pt; font-family: verdana; color: #4f4f4f; font-weight: bolder;}
.body { font-size: 10pt; font-family: verdana; color: #4f4f4f; font-weight: 600;}
.body2 { font-size: 10pt; font-family: verdana; color: #4f4f4f; font-weight: 400;}
.form { font-size: 8pt; font-family: verdana; color: #4f4f4f; }
.form2 { font-size: 7pt; font-family: verdana; color: #4f4f4f; }
.redhead { font-size: 15pt; font-family: verdana; color: #a21717; font-weight: bolder;}

.biglink a:link {text-decoration: none; color: #a21717; font-family: verdana; font-size: 11pt; font-weight: bold; letter-spacing: -.5px;}
.biglink a:visited {text-decoration: none; color: #a21717; font-family: verdana; font-size: 11pt; font-weight: bold; letter-spacing: -.5px;}
.biglink a:active {text-decoration: none; color: #a21717; font-family: verdana; font-size: 11pt; font-weight: bold; letter-spacing: -.5px;} 
.biglink a:hover {text-decoration: none; color: #333333; font-family: verdana; font-size: 11pt; font-weight: bold; letter-spacing: -.5px;}


fieldset {  
	position: relative;  
	float: left;  
	clear: both;  
	width: 97%;  
	padding: 0 0 1em 0; 
	margin-bottom: 10px; 
	margin-left: 10px; 
	margin-right: 10px; 
	border-style: none;  
	border-top: 1px solid #333333;  
	background-color: #F2EFE9;
}
	
legend {  
	position: relative;  
	left: -7px;  
	top: -0.75em;
	padding: 0;  
	color: #545351;  
	font-weight: bold; 
	font-size: 10pt;
}
	
label {  
	margin-right: 1em;  
	margin-left: 2em; 
	text-align: right;
}
	
fieldset.submit {  
	float: none;  
	width: auto;  
	border-style: none;  
	padding-left: 12em;  
	background-color: transparent;  
	background-image: none;
	margin-top: 15px;
}