/**
 * You can place your custom CSS statements here
 * it is better to write everything custom here
 * because this file won't be replaced during upgrade
 * Don't forget to rename this file to "site.css"
 */
body {
	background-color: #2E2E2E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img
{  border-style: none;
}
.top{
	background-image:url(http://www.mmoviper.com/images/toplarger.jpg);
	background-repeat:no-repeat;
}
.titlemainwhitetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	text-decoration:none;
	font-weight:bold;
}
.bigmainwhitetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration:none;
	font-weight:normal;
}
.bigmainwhitetxtbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333;
	text-decoration:none;
	font-weight:bold;
}
.mainwhitetxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
.mainwhitetxtbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
.mainwhitetxt a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration:none;

}
.mainwhitetxt a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF278;
	text-decoration:none;

}
.msgtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
/* General font families for common tags */
a:link,a:visited,a:active {  color : #FFFFFF; text-decoration: none;}
a:hover		{ color: #FFF278; bold; text-decoration: underline;}

