a, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	text-transform: none;
	color: #FEFF62;
}
body {
	background-color: #DCDCDC;
	color: #C6FFD7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin: 10px 0px 0px 0px;
	font-weight: 900;
}
.top{
	background-image: url(pic/top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	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: #5C7BD3;

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