.topbg {
	background-image: url(topbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
}
.text {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 150%;
	color: #FFFFFF;
}
.heading {
	font-family: "Arial Narrow";
	font-size: 30px;
	line-height: 150%;
	color: #CCCC00;
}
.style {
	font-family: Calibri;
	font-size: 19px;
	line-height: 150%;
	color: #FFFF66;
}
.style2 {
	font-family: "Century Gothic";
	font-size: 25px;
	line-height: 150%;
	color: #FFFFFF;
}
.text2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #CCCCCC;
}
a:link {
	font-family: Calibri;
	font-size: 17px;
	line-height: 150%;
	color: #CCCC00;
	text-decoration: none;
}
a:visited {
	font-family: Calibri;
	font-size: 17px;
	line-height: 150%;
	color: #CCCC00;
	text-decoration: none;
}
a:hover {
	font-family: Calibri;
	font-size: 17px;
	line-height: 150%;
	color: #FFFFFF;
	text-decoration: underline;
}