/* tag styles */
body {
	background-image: url(images/bg_scanlines.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #9F8966;
	height: 100%;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center top;
}
td, tr {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #242424;
}
p {
	text-align:justify;
}

.content {
	padding: 5px;
}

/* form styles */
form { 
	font-family: "Trebuchet MS"; 
	font-size: 12px;
}
select, input, textarea {
	background-color: #E6E0DA; 
	font-family: "Trebuchet MS"; 
	color: #51485F; 
	font-size: 12px;
}
#submitrow input {
	background-color: #B77B1C; 
	color: #FFFFCC; 
	font-weight: bold;
}

/* font styles */
.darksmallbold {  
	font-family: "Trebuchet MS"; 
	font-size: 17px; 
	font-weight: normal; 
	color: #6B4201;
}
.lightsmallbold {  
	font-family: "Trebuchet MS"; 
	font-size: 16px; 
	font-weight: bold; 
	color: #C58726;
}
.darkbigbold {  
	font-family: "Trebuchet MS"; 
	font-size: 21px; 
	font-weight: bolder; 
	color: #6B4201;
}
.lightbigbold {  
	font-family: "Trebuchet MS"; 
	font-size: 19px; 
	font-weight: bold; 
	color: #C58726;
}
.copyright {  
	font-family: "Trebuchet MS"; 
	font-size: 11px; 
	color: #000000;
}
.firstalt {
	background-color: #D7CABB; 
	font-family: "Trebuchet MS";  
	font-size: 14px; 
	color: #000000;
}

/* link styles */
a:link, a:visited, a:active {
	color: #C58726;
	text-decoration: none;
}
a:hover {
	color: #5A370E;
	text-decoration: none;
}