@charset "utf-8";
/* CSS Document */


body {
  margin:0;
	background:#0E0E0E;
	background:url(images/bg.gif);
	}
td {
  font:13px Tahoma, Verdana, Arial, sans-serif;
	font-weight:normal;
	}
a {
  color:#FF6600;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
  text-decoration:underline;
	}
.style1 {
  font-size: 16px;
	font-weight:bold;
	display:block;
	padding-bottom:5px;
	}
.style2 {
	font-size: 10px;
}

.bonusHead {
  font-size:16px;
	font-weight:bold;
	}
.bonusTxt {
  font-weight:bold;
	font-size:11px;
	}
/*********************************** styles on join page *****/
#promo-med {
  font-weight:bold;
	font-size:11px;
	text-align:center;
	}
#promo-sml {
  font-size:10px;
	text-align:center;
	}
.text {
  font-size:11px;
	}
.text-small {
  font-size:10px;
	}
#special-head {
  font-weight:bold;
	color:#FF6600;
	}
small {
  font-size:11px;
	}
 #button {
  background: #fff;
  background-image: none;
  font-family: Verdana, Arial, sans-serif;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: #000;
  width: 285px;
  height: 20px;
  padding: 0 15px 2px 15px;
 }
.errors {
  font-size:10px;
	color:#FF0000;
	}
/********************************** styles for bonus sites on join page *****/
#bonus-head {
  font-size:16px;
	font-weight:bold;
	}
.bonus-td {
  text-align: center;
  font-size: 11px;
}
#notice {
  text-align: center;
  font-size: 12px;
  color: #000;
}






