@charset "utf-8";
/* CSS Document */
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #400000;
}
.style2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #F38C37;
}
#mysubmit { 
	background-color: #F38C37; font-size: 90%; 
	padding: 5px; font-weight: bold; }
body {
	background-color: #400000;
}
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #400000;
}
a:link {
	text-decoration: none;
		font-weight:bold
}
a:visited {
	text-decoration: none;
	color: #400000;
		font-weight:bold
}
a:hover {
	text-decoration: underline;
	color: #400000;
		font-weight:bold
}
a:active {
	text-decoration: none;
	color: #400000;
		font-weight:bold
}

