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

 Default Website Style Sheet 
 Created by Camilo Rostoker, Oct 2 2007
 Copyright Scalable Analytics Inc
 
********************************************/
 
 
body, td, p
{
  font-size: 12px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000000;
}
  

a {
   color: blue;
   text-decoration:none;
   font-weight: bold;
}

a:hover {
   color: navy;
   text-decoration:underline;
}

textarea,input {
   border: 1 solid #333333;
   background-color: #CCCCcc;
   color: #000000;
}

h1, h2, h3 {
   color: #666666;
}

h1      {
        font-size: 14pt;

        }

h2      {
        font-size: 13pt;

        }

h3      {
        font-size: 12pt;

        }

.productTitle {
	font-size: 12pt;
	font-weight: bold;
	color: maroon;
}

.hoverButtonOn {
   border: 1 solid #333333;
   background-color: #6666FF;
   color: white;
}

.hoverButtonOff {
   border: 1 solid #333333;
   background-color: #6666CC;
   color: #000000;
}

.innerTable {
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.websitePackageTableHeader {

	border-bottom: #666666 1px solid;
	
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;

	background-color: #CCCC99;
	background-image: url(images/tableheaderbg.jpg); 

	font-size: 12pt;
	color: #666666;
	font-weight: bold;
}



