/* CSS Document */
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #79282F;
}
body {
	background-color: #79282F;
}
.style1 {color: #FFFFFF}
.style3 {color: #79282F}
.style2 {font-size: 12px}
.style4 {font-size: 16px}
.style5 {
	font-size: 10px;
	font-weight: bold;
}
.style6 {font-size: 9px}
.style9 {font-size: 14px; font-weight: bold; }
.style7 {	font-size: 12px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF3300;
}
a:active {
	text-decoration: none;
}

.formbutton{
cursor:pointer;
font-size: 11px;
border:outset 1px #ccc;
background:#fff;
color:#666;
font-weight:bold;
padding: 1px 2px;
}

.textarea{
	font-size: 12px;
	border: outset 1px #ccc;
	color:#333;
	padding: 1px 2px;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-top-color: #333333;
	border-left-color: #333333;
}