/* CSS Document */

a:link {
	color: #330000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #330000;
}
a:hover {
	text-decoration: none;
	color: #6A0000;
}
a:active {
	text-decoration: none;
	color: #330000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}
.style7 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #330000; }
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.style9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
}
.style10 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #333333; }
.style11 {
	color: #9E8159;
	font-weight: bold;
}
form {
background-color:#ffffff;
padding:10px;
width:350px;
font-size: 10px;
}
label {
font-family:"arial",sans-serif;
font-weight:bold
}
input {
border:1px solid black;
background-color:#6fa8ff;
font-family:"arial",sans-serif;
color:white;
font-size: 10px;
}
select, option {
background-color:#6fa8ff;
color:white;
font-size: 10px;
}
textarea {
border:1px solid black;
background-color:#6fa8ff;
font-family:"arial",sans-serif;
color:white;
font-size: 10px;
}
