a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	text-transform: none;
	color: #F0AA02;
}
body {
	background-color: #646464;
	color: #F0E68C;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	font-weight: 900;
}
h1 { font-size: 20px; }
h2 { font-size: 15px; }
.top{
	background-image: url(pic/top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #A779B1;
	height: 80px;
	width: 760px;
}
.bot{
	background-image: url(pic/bot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 80px;
	width: 760px;
}
.mid{
	font-size: 12px;
	background-color: #A779B1;

}
.title{
	font-size: 14px;
	font-weight: 900;
	color: Navy;
	text-transform: uppercase;
	
}
.text{
	font-size: 12px;
	font-weight: 900;
}