body {
	background: #BBBBBB;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0;
}
select { background: transparent; font-size: 12px; font-family: Verdana, Arial, sans-serif; }
input { background: transparent; border: thin solid; font-size: 12px; font-family: Verdana, Arial, sans-serif; }
textarea { background: transparent; border: thin solid; font-size: 12px; font-family: Verdana, Arial, sans-serif; }
table { font-size: 12px; font-family: Verdana, Arial, sans-serif; }
tr { font-size: 12px; font-family: Verdana, Arial, sans-serif; }
td { font-size: 12px; font-family: Verdana, Arial, sans-serif; }
:link {
	font-style: bold;
	color: #000000;
	text-decoration: none;
}
:visited {
	font-style: bold;
	color: #000000;
	text-decoration: none;
}
a:active {
	font-style: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-style: bold;
	color: #000000;
	text-decoration: none;
}

.Home a {
	display:block;
	width:112px;
	height:26px;
	padding:0;
	background: url("images/menu/home.gif") center center no-repeat;
	background-position: 0 -26px;
}
.Home a:hover {
	width:112px;
	height:26px;
	padding:0;
	background: url("images/menu/home.gif") center center no-repeat;
	background-position: 0 0;
}

.News a {
	display:block;
	width:112px;
	height:26px;
	padding:0;
	background: url("images/menu/news.gif") center center no-repeat;
	background-position: 0 -26px;
}
.News a:hover {
	width:112px;
	height:26px;
	padding:0;
	background: url("images/menu/news.gif") center center no-repeat;
	background-position: 0 0;
}

.Lotteries a {
	display:block;
	width:112px;
	height:26px;
	padding:0;
	background: url("images/menu/lotteries.gif") center center no-repeat;
	background-position: 0 -26px;
}
.Lotteries a:hover {
	width:112px;
	height:26px;
	padding:0;
	background: url("images/menu/lotteries.gif") center center no-repeat;
	background-position: 0 0;
}

.Forums a {
	display:block;
	width:112px;
	height:26px;
	padding:0;
	background: url("images/menu/forums.gif") center center no-repeat;
	background-position: 0 -26px;
}
.Forums a:hover {
	width:112px;
	height:26px;
	padding:0;
	background: url("images/menu/forums.gif") center center no-repeat;
	background-position: 0 0;
}

.About a {
	display:block;
	width:112px;
	height:26px;
	padding:0;
	background: url("images/menu/about.gif") center center no-repeat;
	background-position: 0 -26px;
}
.About a:hover {
	width:112px;
	height:26px;
	padding:0;
	background: url("images/menu/about.gif") center center no-repeat;
	background-position: 0 0;
}

.Account a {
	display:block;
	width:112px;
	height:26px;
	padding:0;
	background: url("images/menu/account.gif") center center no-repeat;
	background-position: 0 -26px;
}
.Account a:hover {
	width:112px;
	height:26px;
	padding:0;
	background: url("images/menu/account.gif") center center no-repeat;
	background-position: 0 0;
}

.blue { color: blue; font-weight: bold; }

.green { color: green; font-weight: bold; }

.error { color: red; font-weight: bold; }

.brown { color: #993300; }

.username { color: purple; }

.links { color: green; }

.menuBackground { background: url('images/menu_bg.gif'); }

.subMenuBackground { background: url('images/submenu_bg.gif'); }

.sideMenu {
	border-right: 2px solid;
	border-right-color: #BFBFBF;
	background-color: #EDEDED;
	padding: 1em;
}

.sideMenuBar {
	background: url('images/news_bg.png');
	border: 1px solid #7995a6;
}

.sideMenuContent {
	background-color: #f2f2f2;
	padding:3px;
	border: 1px solid #ccc;
	border-top:0;
}

.mainContent {
	background-color: #FFFFFF;
	padding: 1em;
}

.bottomBar { background-color: #E9E9E9; }

.mainTitleBars {
	background: url('images/tbl_bg.png');
	border: 1px solid #7995a6;
}

.mainContent {
	background-color: #eeeeee;
	padding:3px;
	border: 1px solid #ccc;
	border-top:0;
}

.countUp{
	background-color: #90EE90;
	width: 100px;
	font: bold 24px Arial;
	text-align: center;
	padding: 3px;
}
