@charset "iso-8859-1";
body {
	font-family: Arial, "Trebuchet MS", Verdana;
	font: 100.01% solid black;
	margin-top: 10px;
	background-color: #990000;

}

.style1 {
	font-family: Verdana, Tahoma, Helvetica, Arial, Sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #990000;
}
.style2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #990000;
}
.style3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #333333;
}
.style4 {
	font-family: "Arial Narrow",Arial, "Trebuchet MS", Verdana;
	font-size: 100%;
	font-weight: bold;
	color: #CC0000;
}
.bodytext {
	font-family: Arial, "Trebuchet MS", Verdana;
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}
.style5 {
	font-family: "Arial Narrow", Arial, "Trebuchet MS";
	font-size: 80%;
	font-weight: bold;
	color: #000000;
}


a:link {
	color: #009900;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

a.go {
	font-family: "verdana", "tahoma", "helvetica", "arial", "sans-serif";
	font-size: 18px;
	color: #CC9900;
}
a.go:link {
	font-family: "verdana", "tahoma", "helvetica", "arial", "sans-serif";
	font-size: 18px;
	color: #CC9900;
}
a.go:visited {
	font-family: "verdana", "tahoma", "helvetica", "arial", "sans-serif";
	font-size: 18px;
	color: #CC9900;
}
a.go:hover {
	font-family: "verdana", "tahoma", "helvetica", "arial", "sans-serif";
	font-size: 18px;
	text-decoration: underline;
	color: #ff0000;
}
a.go:active {
	font-family: "verdana", "tahoma", "helvetica", "arial", "sans-serif";
	text-decoration: none;
	color: #CC9900;
}

