/* CSS Document */
.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.footer {	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	padding-top: 12px;
}
a.footer:link, hover, active, visited {
	color: #FFFFFF;
}
a:link, hover, active, visited {
	color: #810B0B;
}
#main {
	background-color: #FFFFFF;
	padding-top: 25px;
	padding-right: 30px;
	padding-bottom: 25px;
	padding-left: 30px;
	text-align: left;
}
body {
	font-family: "Trebuchet MS";
	font-size: 10px;
}
#main h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
}
