/*
GENERAL CSS
*/
body {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
	background-color: #333333;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

.header {
	font-size: 16px;
	font-family: Verdana;
	color: #333333;
}
.menu {
	font-size: 12px;
	font-family: Verdana;
	color: #FFFFFF;
}
a.menu {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.menu:hover {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
.white {
	color: #FFFFFF;
}
.tips {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: normal;
}
.tipsblack {
	font-family: Verdana;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
}
a.white {
	color: #FFFFFF;
	text-decoration: underline;
}
a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.bodytb {
	border: 0;
	width: 100%;
	padding: 0;
	margin: 0;
}
.boxtitle {
	font-size: 14px;
	font-weight: bold;
}
.Seperator {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	padding: 4px;
}
.col_Left {
	background-color: #333333;
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding: 4px;
}
.col_Right {
	text-align: left;
	padding: 4px;
}
.error {
	color: #CC0000;
	font-weight: bold;
}

/*
FORM CSS
*/
input.white {
	font-family: Verdana;
	font-size: 12px;
	color: #333333;
}
textarea {
	border: 1px solid #999999;
}
input.btn {
	font-weight: bold;
}
select {
	border: 1px solid #999999;
}
/*
REWARDS CSS
*/
.RewardsTable {
width: 650px;
}
.RewardTable {
width: 200px;
height: 280px;
border: 2px #F7F7F7 solid;
border-spacing: 0;
}
/*
OFFERS CSS
*/
.OfferTable {
width: 200px;
height: 280px;
padding: 5;
border: 2px #F7F7F7 solid;
border-spacing: 0;
}

/*
FOOTER CSS
*/
.footer {
	font-size: 12px;
	font-family: Verdana;
	color: #FFFFFF;
}
a.footer {
	font-size: 12px;
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: none;
}
a.footer:hover {
	font-size: 12px;
	font-family: Verdana;
	color: #FFFFFF;
	text-decoration: underline;
}


.yellow {
	color: #C9EDDB;
	font-weight: 400;
}
.green {
	color: #96B95C;
	font-weight: 400;
}
h1 {
	color:#666666;
	font-size: 13px;
	font-weight: bold;
}

h2 {
	font-size: 18px;
	font-weight: bold;
}

.smll {
	font-size: 10px;
}
.black {
	color: #333333;
}
.sectiontitle {
	font-size: 18px;
	font-weight: bold;
	color: #96B95C;
}
.red {
	color: #CC0000;
}

.replies {
	font-weight: bold;
	font-size: 12px;
}
.replytable {
	background: #333333;
	color: #FFFFFF;
	border: 1px solid #303030;
	margin: 0px;
	padding: 10px;
}
.bodytable {
	background: #FFFFFF;
	color:#333333;
	height: 100px;
	border: 1px solid #333333;
}
.addreply {
	font-weight: bold;
	font-size: 12px;
}
.text5 {
	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: C4C4C4;
}
	a.e:link {

	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: D18516;
	text-decoration: none;
}
a.e:hover {

	font-family: tahoma;
	font-size: 10px;
	font-weight: normal;
	color: D18516;
	text-decoration: none;
}
a.e:visited {

	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: D18516;
	text-decoration: none;
}