/* CSS Document */
a:link, a:visited, a:active {
	color : #6079B1;
	text-decoration : underline;
}
a.feature:link, a.feature:visited, a.feature:active {
	color : #FE7D00;
	font-size: 10px;
	font-weight : bold;
	text-decoration : none;
}
a.feature:hover {
	color : #FFFFFF;
	text-decoration : none;
}
a:hover {
	color : #6079B1;
	text-decoration : none;
}
a.nav:link, a.nav:visited, a.nav:active {
	color: #666666;
	text-decoration : none;
}
a.nav:hover {
	color: #333333;
	text-decoration : none;
}
a.download:link, a.download:visited, a.download:active {
	font-size: 9px;
	color: #FE7D00;
	text-decoration : none;
}
a.download:hover {
	font-size: 9px;
	color: #FE7D00;
	text-decoration : underline;
}
body {
	background-color : #FFFFFF;
	color : #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin : 0px;
}
TD {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bold {
	font-weight : bold;
}
.bold_ital {
	font-weight : bold;
	font-style : italic;
}
.ital {
	font-style : italic;
}
.mainHead {
	font-weight : bold;
	font-size: 13px;
	color: #434959;
}
.subHead {
	font-weight : bold;
	font-size: 11px;
	color: #FE7D00;
}
.homeHead {
	font-weight : bold;
	font-size: 11px;
	color: #657AA5;
}
.tabText {
	font-size: 11px;
	color: #FFFFFF;
}
.table1 {
	background-color : #D5E1Ed;
}
.table2 {
	background-color : #E7EEF4;
}
.white {
	color : #FFFFFF;
}
.featprod {
	color : #FE7D00;
	font-weight : bold;
}
.prod {
	color : #FE7D00;
	font-weight:400;
	font-size:18px;
	letter-spacing:-1;
}
.ess {
	color : #FE7D00;
	font-weight:bold;
	font-size:13px;
	letter-spacing:-1;
	padding:1em, 0, 1em, 0;
}
.prodSpecs {
	font-size: 9px;
}
.input {
    BORDER-BOTTOM: #666666 1px solid;
    BORDER-LEFT: #666666 1px solid;
    BORDER-RIGHT: #666666 1px solid;
    BORDER-TOP: #666666 1px solid;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    color: #7D7872;
	FONT-SIZE: 10px;
}	
H1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : bold;
	color : #666666;
}.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #666666;
	font-weight: bold;
	text-align:right;
}
.sup {
	vertical-align: super;
	font-size: 10px;

}
.just {
	text-align: justify;
}
.sub {
	vertical-align: sub;
	font-size: 8px;
}
pre{
	display:block;
	font:12px "Courier New", Courier, monospace;
	padding:10px;
	border:1px solid #bae2f0;
	background:#e3f4f9;	
	margin:.5em 0;
	width:500px;
	}		
#right {
   float: right
} 
