body {
	background-image: url(images/bg1.jpg);
	background-repeat: repeat;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.textbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}
.bigbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #800000;
}
.button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #000000;
	background-image: url(images/Bac000.jpg);
	padding-top: 4px;
	height: 30px;
	width: 740px;



}
a.button:link, a.button:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.button:hover {
	color: #FFFF00;
	text-decoration: underline;

}
.menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 25px;
}
a.menu:link, a.menu:visited {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #800000;
	width: 100%;
}
a.menu:hover {
	color: #FFFF00;
	text-decoration: none;
	background-color: #808080;
	width: 100%;
}
.flashborder {
	border: 1px solid #000000;
}
a:link, a:visited, a:hover {
	color: #0000FF;
}

