body {
	background-color: #301401;
	margin: 5px;
}
.maintable {
	background-color: #FFFFCC;
	border: 2px solid #990000;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #996600;
	padding-top: 5px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #990000;
	text-align: center;
	padding-top: 10px;
}
.main_p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #663300;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #663300;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
ul {
	margin-left: 30px;
}
ol {
	margin-left: 30px;
}
.required {
	font-size: 18px;
	font-weight: bolder;
	color: #990000;
}
th {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	background-color: #FFFF99;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #990000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}
h3 {
	padding-top: 10px;
}
.formtext {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}
input, select, textarea {
	font-family: "Times New Roman", Times, serif;;
	color: #301401;
}
input.error, select.error, textarea.error {
padding-right: 16px; 
border: 1px solid red; 
background-color: #FFFCE2; 
background-image: url(images/warning_obj.gif); 
background-position: right; 
background-repeat: no-repeat;
}
input:focus, select:focus, textarea:focus {
border: 1px solid red; 
background-color:#ffffff;
}
a:link {
	font-weight: bold;
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #C79A27;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.pictures {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 3px solid #990000;
}
