
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #062D03;
	margin: 0px;
	background-image: url(images/wallpaper.gif);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: 0px 0px;
	font-size:100%;
}

  p, ul, ol, dl, pre, table, fieldset, blockquote
  {
	color: #2c2c2c;
 
  }

  a:link
  {
  	color: #7c4f01;
  	text-decoration: none;
	font-weight: bold;
	font-size: 1.14em;

  }

  a 
  {
  	outline: none;
  	cursor: pointer;
  }

  a:active
  {
  	outline: none !important;
  }

  a:visited
  {
  	color: #84642e;
  	text-decoration: none;
  }

  a:hover,
  a:focus
  {
  	color: #ab6c00;
	text-decoration: none;
  }

  a:active
  {
  }

 
/** headings **/
  h1, h2, h3, h4, h5, h6
  {
    font-family: "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-weight: normal;
  }
 
  h1
  {
  	color: #588827;
  	padding-bottom: 14px;
    font-size: 2.4em;
	line-height: 1em;
    margin-top: 0;
    margin-bottom: .2em;
  }

h2
  {
  	color: #588827;
	font-size: 1.7em;
    line-height: 1em;
    margin-top: 0.3em;  
    margin-bottom: 0.1em;
	padding-bottom: 0px;
  }

  h3
  {
  	color: #588827;
	font-size: 1.3em;
    line-height: 1em;
    margin-top: 0.2em;  
    margin-bottom: 0.1em;
  }
  
  h4, h5, h6
  {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-top: 0.909em;  
    margin-bottom: 0.909em;
  }


#mainbody {
	padding: 15px;
	width: 794px;
	margin-top: 0px;
}
#mainbody p{
	font-size: 0.8em; /* 16px x .75 = 12px */
    line-height: 1.8em; /* 12px x 1.333 = 16px */}

/*#premiumsites {
	background-color: #FFFFFF;
	padding: 4px;
	border-right-width: 8px;
	border-left-width: 8px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	font-size: small;

}*/
#premiumsites {
	display: block;
	overflow: auto;
	background-color: #FFFFFF;
	height: 328px;
	width: 313px;
	font-size: small;
	text-align: left;
}

.signuptable {
	font-size: x-small;
}

.requiredfield {
	font-family: "Arial Black", Impact, Arial;
	color: #FF0000;
	font-size: medium;
}

.signup_error_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	color: #FF0000;
}

.smalltexttable {
	font-size: x-small;
}

.affiliateList {
	width: 300px;
	background-color: #fbffe7;
	border: 1px solid #b6e28d;
	font-size: 15px;
	padding-top: 10px;
	padding-left: 5px;
	text-align:left;
	float: left;
	margin-top: 10px;
	color: #000;
}

.affiliateList ul {
 	list-style:none;
    margin:0 0 1em 15px;
    padding: 0;

}

.affiliateList li {
	line-height:1.6em;
    margin: .25em 0;
    padding: 0 0 0 26px;
    background:url(images/coins.png) no-repeat 0 5px;

}
.signupbutton {
	float: left; padding-left: 30px; border: 0px;
	height: 123px;
}

/** rollover images css **/

a.signupnow {  
    display: block;  
    width: 375px;  
    height: 123px;  
    background: url(images/signupnow.gif) no-repeat 0 0;  
    overflow: hidden;  
    text-indent: -10000px;  
    font-size: 0px;  
    line-height: 0px;  
	margin: 0px;
	padding: 0px;
	border: 0px solid #fff;
}  
  
  
a:hover.signupnow {  
    background-position: right top;  
	border: 0px solid #fff;
}  

