@charset "utf-8";
/* CSS Document */
.body {
text-decoration:none;
}
.fineprint a{
	color:#FFFFFF;
	font: 11px/1 Tahoma, sans-serif;
	text-decoration:none;
	font-weight: bold;
	}
.fineprint a:hover{
	color:#666666;
	font: 11px/1 Tahoma, sans-serif;
	text-decoration:none;
	font-weight: bold;
	}

.style1 {
	font:10px/1 Arial, Helvetica, sans-serif;
	color: #53769b;
	}	
.footerlink a{
	font:10px/1 Arial, Helvetica, sans-serif;
	color: #53769b;
	}	

.footerlink a:hover{
	font:10px/1 Arial, Helvetica, sans-serif;
	color: #006699;
	}	


.style2 {
	color:#666666;
	font: 11px/1 Tahoma, sans-serif;
	text-decoration:none;
	font-weight: bold;
	line-height:150%
	}
	
.style3 {
	color:#666666;
	font: 11px/1 Tahoma, sans-serif;
	text-decoration:none;
	font-weight: normal;
	line-height:150%
	}

.style4 {
	color:#666666;
	font: 10px/1 Tahoma, sans-serif;
	text-decoration:none;
	font-weight: normal;
	line-height:110%
	}

.subheader {
	color:#3399cc;
	font: 14px/1 Tahoma, sans-serif;
	text-decoration:none;
	font-weight: bold;
	line-height:150%
	}
	
.subheader2 {
	color:#3399cc;
	font: 11px/1 Tahoma, sans-serif;
	text-decoration:none;
	font-weight: bold;
	line-height:150%
	}

.dynamictxt {
	color:#669900;
	font: 11px/1 Tahoma, sans-serif;
	font-weight: bold;
	line-height:120%
	}


.links a{
	color:#669900;
	font: 11px/1 Tahoma, sans-serif;
	text-decoration:underline;
	font-weight: bold;
	line-height:150%
	}
		
.links a:hover{
	color:#666666;
	font: 11px/1 Tahoma, sans-serif;
	text-decoration:underline;
	font-weight: bold;
	line-height:150%
	}
				
.whitebold {
	color: #FFFFFF;
	font: 11px/1 Tahoma, sans-serif;
	text-decoration:none;
	font-weight: bold;
	line-height:120%
	}
	
#navcss {
	background-image:url(img/speechbubbs.jpg); 
	background-repeat:no-repeat;
	height: 89px;
}

.nav2 a{
	color:#666666;
	font: 11px/1 Tahoma, sans-serif;
	text-decoration:none;
	font-weight: bold;
	width:100px;
	}	
	
.nav2 a:hover{
	color:#669933;
	font: 11px/1 Tahoma, sans-serif;
	text-decoration:none;
	font-weight: bold;
	width:100px;
	}	
	
#holder {
	background-color:#FBFBFB;
	position: 25px;
	width:150px;
}

#tryNow {
  display: block;
  width: 88px;
  height: 21px;
  background: url("img/howtouse/trybtn_css.gif") no-repeat 0 0;
}

#tryNow:hover { 
  background-position: 0 -21px;
}

#tryNow span {
  display: none;
}

#findMore {
  display: block;
  width: 108px;
  height: 21px;
  background: url("img/support/morebtn_css.gif") no-repeat 0 0;
}

#findMore:hover { 
  background-position: 0 -21px;
}

#findMore span {
  display: none;
}
#signUp {
  display: block;
  width: 134px;
  height: 29px;
  background: url("img/getstarted/signuptbn_css.gif") no-repeat 0 0;
}

#signUp:hover { 
  background-position: 0 -29px;
}

#signUp span {
  display: none;
}
/*--------------login button-------*/
#logger {
 display: block;
 width: 108px;
 height: 21px;
 background: url("img/getstarted/loginbtn_css.gif") no-repeat 0 0;
}

#logger:hover { 
  background-position: 0 -21px;
}

#logger span {
  display: none;
}

