/* CSS Document */
A {	color : blue;
	text-decoration: underline;
}

A:HOVER{color : red;
}

.nav2        { color: #0000FF; width: 85px; background-color: aqua; text-decoration: none }
.nav2:hover {
	color : red;
	width : 85px;
	background-color : blue;
	text-decoration:none;
}


.nav3        { color: #0000FF; text-decoration: none; font-size: smaller; font-family: 
               Arial, sans-serif; font-weight: bold }
.nav3:hover  { color: #FF0000; text-decoration: none; font-size: smaller; font-family: 
               Arial, sans-serif; font-weight: bold }
.nav4        { color: #008000; text-decoration: none; font-size: smaller; font-family: 
               Times New Roman; font-weight: bold }
.nav4:hover  { color: #FF0000; text-decoration: none; font-size: smaller; font-family: 
               Times New Roman; font-weight: bold }
.nav5        { color: #9900FF; text-decoration: none; font-size: smaller; font-family: 
               Arial, sans-serif; font-weight: bold }
.nav5:hover  { color: #FF0000; text-decoration: none; font-size: smaller; font-family: 
               Arial, sans-serif; font-weight: bold }

.nav6        { color: #0000FF; text-decoration: blink; font-size: smaller; font-family: 
               Arial, sans-serif; font-weight: bold }

.nav6:hover  { color: #FF0000; text-decoration: none; font-size: smaller; font-family: 
               Arial, sans-serif; font-weight: bold }

.nav7        {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 0.13in;
	font-family: 
               Arial, sans-serif;
	font-weight: bolder;
	font-style: normal;
}
.nav8 {
	font-family: Arial, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
.nav8:hover {
	font-family: Arial, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none; }
.nav7:hover  {
	color: #FF0000;
	text-decoration: none;
	font-size: 0.13in;
	font-family: 
               Arial, sans-serif;
	font-weight: bold;
	font-style: normal;
}
.rolloverdate        {  background-color: #FFFFFF; text-decoration: none }
.rolloverdate:hover {
	background-color : #CCCCCC;
	text-decoration:none;
}
div.box_group{
	width:101%;
	clear:right;
	min-height:20px;
	margin-bottom:10px;
	overflow:hidden;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
div.productbox{
background-color:#66FFFF;
width:137px;
float:left;
margin-right:10px;

}

div.productbox div.head{
	
	border:1px solid #66ffff;
	background-color:#FFFFFF;
	min-height:32px;
	line-height:.9em;
	text-align:center;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 6px;
}
div.productbox div.head h2{
color:#3366FF;
font-size:.9em;
border:none;
margin:0;
}
div.productbox div.body{
	min-height:105px;
	color:#FFF;
	text-align:center;
	font-size:12pt;
	height: 105px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	font-family: "Times New Roman", Times, serif;
}
/*div.productbox div.body a{
color:#FFFFFF;}*/
div.productbox span.price{
	font-weight:bold;
	font-size:12pt;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
}


div.productbox div.bottom{
	height:30px;
	background-image: url(images/box.jpg);
	background-repeat: no-repeat;
}




div.pricingbox{
background-color:#3366FF;
width:280px;
float:left;
margin-right:15px;
}

div.pricingbox div.head{

border:1px #3366FF solid;
background-color:#FFFFFF;
margin:0;
padding:8px;
line-height:.9em;
}
div.pricingbox div.head h2{
color:#3366FF;
font-size:1.2em;
border:none;
margin:0;
}
div.pricingbox div.body{
	min-height:100px;
	color:#FFF;
	font-size:.8em;
	height: 100px;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
div.pricingbox div.body a{
color:#FFFFFF;}
div.pricingbox span.price{
font-weight:bold;
font-size:1.5em;
}


div.pricingbox div.bottom{
	height:30px;
	background-image: url(images/box.jpg);
	background-repeat: no-repeat;
}
div.pricingbox ul{
margin:3px 5px 0px 5px;
padding-left:15px;}
div.pricingbox li{
padding:4px 0px 5px 0px;}
div.productbox span.button a, div.pricingbox span.button a{
	white-space:nowrap;
	padding:2px 5px 2px 5px;
	font-size:.9em;
	line-height:2.2em;
	text-decoration:none;
	color:#000066;
	background-image: url(images/buttonbg.jpg);
	background-repeat: repeat-x;
}
div.productbox span.button a:hover,div.pricingbox span.button a:hover{
	background-image: none;
}
