
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFFFFF;
background-position: center;
text-align:center;
}

.body-center
{
text-align: left; 
width: 870px; 
margin: 0px auto; 
display: block; 
border-color: #000000;
border-width: 1px 1px 1px 1px; 
border-style: solid;
}


td {
	font-family: Verdana, Arial;
	font-size:10px;
	line-height: 16px;
	color:#000000;
}
.toptext {
	font-family: Verdana, Arial;
	font-size:11px;
	line-height: 17px;
	color:#000000;
}
.front {
	font-family: Verdana, Arial;
	font-size:12px;
	line-height: 17px;
	color:#000000;
}
form
{
	margin:0px;
}
a {
	font-size:10px;	
	font-weight:bold;
	text-decoration: underline;
	color:#2AA0E6;
}
a:HOVER
{
	color:#2AA0E6;
	font-size:10px;	
	font-weight:bold;
	text-decoration:none;	
}
a.storelinks
{
	color:#2AA0E6;
	font-size:8.5px;
	line-height: 17px;
	font-weight:bold;
	text-decoration:underline;	
}
a.current
{
	color:#000000;
	font-size:9px;
	font-weight:bold;
	text-decoration:underline;	
}
a.current:HOVER
{
	color:#000000;
	font-size:9px;	
	font-weight:bold;
	text-decoration:none;	
}
a.black
{
	color:#2AA0E6;
	font-size:10px;
	font-weight:bold;
	text-decoration:underline;	
}
a.register:HOVER
{
	color:#2AA0E6;
	font-size:11px;	
	font-weight:bold;
	text-decoration:none;	
	
}
a.register
{
	color:#2AA0E6;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;	
	
}
.logintxt
{
	color:#000000;
	font-size:11px;
	font-weight:bold;
}
.fronttxt
{
	color:#000000;
	font-size:11px;
}
.bluetxt
{
	color:#2AA0E6;
	font-size:11px;
}
.bluetxt2
{
	color:#2AA0E6;
	font-size:11px;
}
a.black:HOVER
{
	color:#2AA0E6;
	font-size:10px;	
	font-weight:bold;
	text-decoration:none;	
}
.landing1
{
	text-align: left;
	font-family: Verdana, Arial;
	font-size:13px;
	line-height: 20px;
	color:#000000;
}
.landingblue
{
	text-align: left;
	font-family: Verdana, Arial;
	font-size:13px;
	line-height: 20px;
	color:#2AA0E6;
}
.heading1
{
	text-align: left;
	font-family: Verdana, Arial;
	font-size:19px;
	font-weight: bold;
	color:000000;
}
.imgtext
{
	text-align: left;
	font-family: Verdana, Arial;
	font-size:9px;
	line-height: 12px;
	font-weight: bold;	
	color:000000;
}
.heading2
{
	text-align: left;
	vertical-align: middle;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#2AA0E6;
}
.registration2
{
	text-align: left;
	vertical-align: middle;
	font-family:Verdana;
	font-size:14px;
	font-weight:bold;
	color:#2AA0E6;
}
.heading3
{
	text-align: left;
	vertical-align: middle;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#2AA0E6;
}
.heading5
{
	text-align: left;
	vertical-align: middle;
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#2AA0E6;
}
.blue
{
	text-align: left;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	color:#2AA0E6;
}
.moduleRow { }
.moduleRowOver { background-color: #D7E9F7; cursor: pointer; cursor: hand; }
.moduleRowSelected { background-color: #E9F4FC; }
.contentheading
{
	font-family: Verdana, Arial;
	font-size:17px;
	font-weight: bold;
	color:#6891a3;
}


input.btn{
   color:#ffffff;
   font-family: Verdana, Arial;
   font-size:100%;
   font-weight:bold;
   background-color:#2AA0E6;
   border:1px solid;
   border-top-color:#2AA0E6;
   border-left-color:#2AA0E6;
   border-right-color:#2AA0E6;
   border-bottom-color:#2AA0E6;
   height:22px;
 }
input.btn2{
   color:#ffffff;
   font-family: Verdana, Arial;
   font-size:11px;
   font-weight:bold;
   background-color:#2AA0E6;
   border:1px solid;
   border-top-color:#2AA0E6;
   border-left-color:#2AA0E6;
   border-right-color:#2AA0E6;
   border-bottom-color:#2AA0E6;
   height:25px;
 }
input.bbtn2{
   color:#ffffff;
   width:400px;
   font-family: Verdana, Arial;
   font-size:11px;
   font-weight:bold;
   background-color:#2AA0E6;
   border:1px solid;
   border-top-color:#2AA0E6;
   border-left-color:#2AA0E6;
   border-right-color:#2AA0E6;
   border-bottom-color:#2AA0E6;
   height:25px;
 } 

  #popupbox{
  margin: 0; 
  margin-left: 47%; /* This gets it relatively center on the screen */
  margin-right: 1%; /* This gets it relatively center on the screen */
  margin-top: -2%; /* Makes it a little off the top of the screen */
  padding-top: 10px; /*  Make the text not touching the top on the login box */
  padding-left: 10px; /*  Make the text not touching the top on the login box */  
  width: 24%; /* For centering it on the screen */
  height: 90px; /* The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: #eeeeee; /* Login Box background color. Change this if desired. */
  border: solid #333333 2px; /* Makes a black border around the login box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: arial; /* Sets the font */
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
  font-family: Verdana, Arial;
  font-size:10px;
  line-height: 16px;
  color:#000000;  
  }

  #popupbox1{
  margin: 0; 
  margin-left: 62%; /* This gets it relatively center on the screen */
  margin-right: 1%; /* This gets it relatively center on the screen */
  margin-top: -10px; /* Makes it a little off the top of the screen */
  padding-top: 10px; /*  Make the text not touching the top on the login box */
  padding-left: 10px; /*  Make the text not touching the top on the login box */  
  width: 24%; /* For centering it on the screen */
  height: 210px; /* The height of the login box */
  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  background: #eeeeee; /* Login Box background color. Change this if desired. */
  border: solid #333333 2px; /* Makes a black border around the login box */
  z-index: 9; /* Makes it on top of everything else */
  font-family: arial; /* Sets the font */
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
  font-family: Verdana, Arial;
  font-size:10px;
  line-height: 16px;
  color:#000000;  
  }
