@charset "utf-8";
/* CSS Document */
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #400000;
	#margin-top:15px;
}
.style2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #F38C37;
		#margin-top:35px;
}
#mysubmit { 
	background-color: #F38C37; font-size: 90%; 
	padding: 5px; font-weight: bold; }
body {
	background-color: #400000;
	text-align:left;
}

table{
	text-align:left;
}

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
}

.formp{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

.wide{
	width:250px;
}

.wider{
	width:250px;
	height:150px;
	margin-left:10px;
}

.wider2{
	width:550px;
	height:250px;
	margin:0 auto;
}

.red{
	color:#990000;
}

#orangeline{
	background:url(images/orange_line.gif) repeat-x center;
}

.block{
	display:block;
	background-color:#FFFFFF;
	width:50px;
}

form input{
	border:2px solid #FF6600;
	padding:5px;
}

a.underlined{
	font-weight:normal;
	text-decoration:underline;
}
