body {
  background: white url('../images/sky.png') repeat-x;
  margin: 0px 10px 10px 10px;
  line-height: 140%;
  font-size: 11px;
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
  color: #333;
}

p {
  font-size:11px;
  
  color: #333;
  margin: 10px 0 0 0;
}

.p {font-size:11px; line-height: 140%; color: #333;}

a:link {color:#333;}
a:visited {color:#333;}
a:hover {color:#cc9900;}
a:active {color:#333;}

.pricing, TD.pricing {
  font-size:11px;
  line-height: 16px;
  color: #333;
}

.qcalculator {
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: black;
  line-height: 14px;
  border: 1px;
  border-style: solid;
  border-color: black;
  border-spacing: 2px;
  padding: 2px;
}

.calculator {
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: black;
  line-height: 14px;
  border: 1px;
  border-style: solid;
  border-color: #cecece;
  border-spacing: 2px;
  padding: 3px;
}

.in {
	color: #009900;
}

.out {
	color: #ff3300;
}

TD.calculator {
  font-size:10px;
  line-height: 14px;
  color: #333;
  border: 0px;
  border-spacing: 0px;
}

.cbutton {
  font-family: Arial, Helvetica, Sans-Serif;
  font-size:12px;
  font-weight: bold;
  background-color: black;
  color: #ffcc00;
  border: 0px;
  border-style: solid;
  border-color: black;
  border-spacing: 1px;
  padding: 5px 5px 5px 5px;
  cursor: hand;
}

.img {
  border: 1px;
  border-style: solid;
  border-color: #dddddd;
}

.img a:hover {
  border: 2px;
  border-style: solid;
  border-color: #ff0000;
}

h1 {
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 200%;
  color:#333;
  margin: 10px 0 10px 0;
}

h2 {
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 140%;
  color:#333;
  margin: 10px 0 10px 0;
}

h3 {
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 120%;
  color:#333;
  margin: 10px 0 0 0;
  padding: 0 0 5px 0;
}

h4 {
  color: #cc9900;
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  margin: 10px 0 0 0;
}

.interlinks  {font-family: Arial, Helvetica, Sans-Serif; font-size: 11px; color:#fff; text-decoration: none; }
.interlinks a:link {color:#fff; text-decoration: underline;}
.interlinks a:visited {color:#fff; text-decoration: underline;}
.interlinks a:hover {color:#fff; text-decoration: underline;}
.interlinks a:active {color:#fff; text-decoration: underline;}

/* ######### Style for Tab Interface itself ######### */

.shadetabs{
border-bottom: 0px solid black;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px Verdana, Tahoma, Arial, Helvetica, sans-serif;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 4px 8px;
margin-right: 1px;
border: 0px solid black;
color: #999999;
background: url('../images/tab_bg.png') repeat-x #eeeeee;
}

.shadetabs li a:visited{
}

.shadetabs li a:hover{
text-decoration: none;
color: white;
background: black;
}

.shadetabs li.selected{
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: black;
background: black;
color: white;
}

.shadetabs li.selected a:visited{ /*selected main tab style */
text-decoration: none;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font: normal 11px Verdana, Tahoma, Arial, sans-serif;
z-index: 100;
background-color: black;
width: 150px;
visibility: hidden;
filter: alpha(opacity=80);   
-moz-opacity: 0.80;   
opacity: 0.80;  
}

.dropmenudiv a{
width: auto;
display: block;
padding: 4px;
padding-right: 5px;
text-indent: 5px;
text-align: left;
text-decoration: none;
color: #cccccc;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #cccccc;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
color: #cccccc;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: white;
text-indent: 7px;
}

.bottomnav {color:#666; text-decoration:none; font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif; font-size: 11px;}
.bottomnav a:link {color:#666; text-decoration:none;}
.bottomnav a:visited {color:#666; text-decoration:none;}
.bottomnav a:hover {color:#666; text-decoration:underline;}
.bottomnav a:active {color:#666; text-decoration:underline;}


/*ul {margin-top: 0px;}
li {font-size:70%; margin-top: 5px; margin-bottom: 3px; margin-left: -10px; margin-right: 0px; line-height: 16px;}*/
pre {font-size:70%; line-height: 140%; color: #333;}

#features ul {
list-style-image: url(./images/check20x20.gif);
}

.county {font-size:10px; line-height: 12px; color: #333;}

.form {
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  color: black;
  line-height: 14px;
  border: 1px;
  border-style: solid;
  border-color: #cecece;
  border-spacing: 2px;
  padding: 3px;
}

.small {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 11px;
  line-height: 120%;
}

.smallwhite {
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 9px;
  color: #ffffff;
}

.smallblack {
  font-family: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
  font-size: 9px;
  color: #000000;
}

.price1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: black;
}

.price2 {
  font-size: 12px;
  font-weight: medium;
  font-family: Arial, Helvetica, sans-serif;
  color: black;
}

.price3 {
  font-size: 12px;
  font-weight: medium;
  font-family: Arial, Helvetica, sans-serif;
  color: #999;
}

.hide {
    position: absolute;
	visibility: hidden;
}

.show {
    position: absolute;
	visibility: visible;
}

#affmenu {
	border-bottom : 0px;
	margin : 25px 0 0 0;
	padding-bottom : 19px;
	padding-left : 10px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: white;
}

#affmenu ul, #affmenu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}

	
#affmenu a:link, #affmenu a:visited	{
	border-top : 1px solid #666;
	border-left : 1px solid #666;
	border-right : 1px solid #666;
	color : #666;
	float : left;
	font-size : small;
	font-weight : normal;
	line-height : 14px;
	margin-right : 10px;
	padding : 2px 8px 2px 8px;
	text-decoration : none;
}

#affmenu a:link.active, #affmenu a:visited.active	{
	background : #fff;
	border-top : 1px solid #666;
	border-left : 1px solid #666;
	border-right : 1px solid #666;
	color : #000;
}

#affmenu a:hover	{
	color : #000;
	border-top : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
}

#ajaxticker1 {
	width: 455px;
	height: 16px;
	text-align: left;
	font-family: Arial, Helvetica, Verdana, Tahoma;
	font-size: 11px;
	color: #999999;
}

#ajaxticker1 div{ /*IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV*/
}

.someclass{ /*class to apply to your scroller(s) if desired*/
}

