body
{
 font-family: verdana;
 margin: 0px;
 padding: 0px;
}

a { text-decoration: none; color: #436394; }
a:hover { text-decoration: none; color: #F90;}

body{
scrollbar-face-color: #EEE;
scrollbar-shadow-color: #CCC;
scrollbar-highlight-color: #CCC;
scrollbar-3dlight-color: #CCC; /*#3366CC*/
scrollbar-darkshadow-color: #666;
scrollbar-track-color: #EEE;
scrollbar-arrow-color: #666;
}

button, input,textarea,select {	
	font-size: xx-small;
}

.loginForm td, .loginForm a {
	color: #fff;
	font-size: xx-small;
}

.mainMenu {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #000;
}
.mainMenu td {
	width: 20%;
	height: 25px;
	color: #000;
	font-size: x-small;
	font-weight: bold;
	cursor: pointer;
	border-right: 1px solid #000;	
}

.mainMenuItem {
	background-color: #eee;
}

.mainMenuItemOver {
	background-color: #ccc;
}


/********************************************/
.footer, .copy, .policies {
	text-align: center;
	font-size: xx-small;
}

.policies a, .policies a:hover { 
	color: #f00; 
}
/********************************************/

.memberMenu1 {
 border-collapse: collapse;
 width: 100%;
 border-top: 1px solid #000;
 border-bottom: 1px solid #000;
}

.memberMenu1 td {	
	width:11%;
	font-size: 10px;
	font-weight: bold;
	cursor: pointer;
	padding: 5px;	
	text-align: center;	
	border-right: 1px solid #333;
}

td.memberMenuItem1 {
	background: #EEE;
	
}

td.memberMenuOver1  { 
	background-color: #ccc;	
	background-image: url(../imgs/bgred1.gif);
	color: #fff;
}

/********************************************/


.memberMenu2 {
 border-collapse: collapse; 
 border-top: 1px solid #000; 
}

.memberMenuHeader2 {	
	background-image: url(../imgs/bg_line_blue1.gif);
	color: #fff;
	font-weight:bold;
	font-size: xx-small;
	border: 1px solid #000;
}

.memberMenu2 div {		
	font-size: xx-small;
	font-weight: bold;
	cursor: pointer;
	padding: 5px;	
	text-align: center;	
	border-bottom: 1px solid #333;
}

div.memberMenuItem2 {
	background: #EEE;
	
}

div.memberMenuOver2  { 
	background-color: #c00;	
	background-image: url(../imgs/bgred1.gif);
	color: #fff;
	
}

/********************************************/
.display { 
	border-collapse: collapse;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
}

.display th {
	background-color: #ccc;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	padding: 2px;
	font-size: xx-small;
	font-weight: bold;
	text-align: center;
}

.display td {	
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	padding: 2px;
	font-size: xx-small;
}


/********************************************/

.memberCount {
	
	border: 1px solid #000;
}

.memberCountHeader {
	height: 20px;
	text-align: center;
	background-color: #a00;
	background-image: url(../imgs/bgred1.gif);
	color: #fff;
	font-weight: bold;
	font-size: xx-small;
}

.memberCountValue {
	height: 25px;
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	font-size: x-small;	
}
/********************************************/

.uplineAds {	
	border: 1px solid #000;
}

.uplineAdsHeader {
	height: 20px;
	text-align: center;
	background-color: #003399;
	background-image: url(../imgs/bg_line_blue1.gif);
	color: #fff;
	font-weight: bold;
	font-size: xx-small;
}

.uplineAdsValue {	
	text-align: center;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	font-size: x-small;	
}


/********************************************/
.memberInfo {
	border-collapse: collapse;
	border: 1px solid #000;
}
.memberInfo th, .memberInfo td {
	font-size: xx-small;
	border-bottom: 1px solid #000;
	text-align: left;
	padding: 2px;
}
.memberInfo th {
	background-color: blue;
	background-image: url(../imgs/bg_line_blue1.gif);
	color: #fff;
}
.memberInfo td {
	background-color: #fff;
}
/********************************************/

.myBtn
{	
	font-size: 11px;
	background: #EEE;
	color: #000;
}

.userInfo1
{
	font-size: 10px;
}

.joinDivider1
{  
border-color: #FFF #FFF #FFF #CCC; 
border-style: solid; 
border-top-width: 0px; 
border-right-width: 0px; 
border-bottom-width: 0px; 
border-left-width: 1px
}

 .testimonialTitle
 {
 	border: 1px solid #000;
 	background: #003399; 	
 	color: #FFF;
 	font-weight: bold;
 	font-family: verdana;
 	font-size: xx-small;
 }
 
 .testimonial
 {
 	border: 1px solid #000;
 	background: #EFEFEF;
 	font-family: verdana;
 	font-size: xx-small;
 }
 
 .header1 
 {
 	font-family: Courier New, Courier, mono;
 	font-size: 22pt;
 }
 
 .tstButton
 {
  background: #F90;
  font-family: verdana;
  font-size: x-small;
  color: #FFF;
 }
 
 
 .scrollDiv
 {
  overflow : auto;
  border: 1px solid #CCC;
  margin: 2px;
  padding: 3px;
 }