body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg1.png);
	background-repeat: repeat-x;
	background-position: center top;
}
a.menu:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;


}
a.menu:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;

}
a.menu:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;

}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.footer:link {
	color: #FFFFFF;
}
a.footer:visited {
	color: #FFFFFF;
}
a.footer:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;

}
a.none:link, a.none:visited, a.none:hover {
	color: #000000;
	text-decoration: none;
}
