@charset "UTF-8";
/* CSS Document */


.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bolder;
	letter-spacing: -1pt;
	color: #FFFFFF;
}

.toplinks {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #333333;
}
.menuheads {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF6633;
	text-decoration: none;
}
a:active {
	color: #FF6633;
	text-decoration: none;
}

