@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(new%20bg%20-%20front%20page.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 10px;
}
.frontpagelink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	background-color: #FFFFFF;
	border: 8px solid #FFbb00;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

.headermenu {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FF9933;
	text-decoration: none;
	height: 40px;
	vertical-align: middle;
}
a.headermenu:link {
	color: #000000;
	text-decoration: none;
}
a.headermenu:visited {
	color: #000000;
	text-decoration: none;
}
a.headermenu:hover {
	color: #FF9900;
	text-decoration: none;
}
a.frontpagelink:link {
	color: #000000;
	text-decoration: none;
}
a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF6600;
}


a.frontpagelink:visited {
	color: #000000;
	text-decoration: none;
}
a.frontpagelink:hover {
	color: #FF9900;
	text-decoration: none;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
}
