




body {
	background-color: #EFEFEF;
	text-align: center;
	margin: 0px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#333333;
}

body#popup {
	background-color: white;
	background-image: url(/images/popupBg.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 20px 20px 20px 30px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color:#333333;
}


.popupWrap {
	font-size: 11px;
	width: 400px;
}


.sitewrap {
	background-color: white;
	background-image: url(/images/bg1.gif);
	width: 776px;
	margin: auto;
}


.header {
	background-image: url(/images/header.gif);
	width: 776px;
	height: 165px;
}

.nav {
	width: 154px;
	float: left;
	text-align: right;
	position:relative;
}

.content {
	text-align: left;
	margin-left: 180px;
	margin-top:	0px;
	margin-bottom:	45px;
	background-color:white;
	width: 550px;
	font-size: 12px;
	color:#666666;
}


#footer {
	background-image: url(/images/footer.gif);
	background-repeat: no-repeat;
	width: 776px;
	height: 58px;
	text-align: center;
	/*padding-top: 5px; */
	font-size: xx-small;
	clear: left;
}


#footer a:link {
	color: #333333;
	text-decoration: none;
}
                
#footer a:visited {
	color: #333333;
	text-decoration: none;
}
               
#footer a:hover {
     text-decoration: underline; 
     color: #333333;
}



h1 {
	font-size: 16px;
	color:#666666;
	font-weight: normal;
}

h2 {
	font-size: 14px;
	color:#666666;
	font-weight: normal;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	#666666;
}



ul {
	list-style-type: disc;
}
a:link {
	color: #FF6600;
	text-decoration: underline;
}
                
a:visited {
     color: #FF6600; 
	text-decoration: underline;
}
               
a:hover {
     text-decoration: underline; 
     color: #333333;
}

ol.termsAndConditionsList {
	color: #666666;
	list-style-type:decimal;
}

ol.characterList {
	list-style-type: lower-roman;
}

.note{
	font-size: 9px;
	color: #666666;
}

.topLink
{
	text-align: left;
}

table.caseStudy, table.calcOutput
{
	margin-left: 30px;
	text-align: left;
}

table.caseStudy td, table.calcOutput td
{
font-size: 11px;
}

table.caseStudy tr.head, table.calcOutput tr.head, table.calcOutput th.field
{
	background:#EFEFEF;
	height: 20px;
	color: #666;
	font-weight: bold;
	text-transform: capitalize;
}

table.caseStudy tr.shaded, table.calcOutput tr.shaded
{
	background: #F7F7F7;
}
table.caseStudy tr.productHead
{
	background: #ff6600;
	height: 20px;
	color: white;
	font-weight: bold;
}

table.caseStudy tr.productShade
{
	background: #FFF1E8;
	height: 20px;
	color: black;
}

table.caseStudy tr.results
{
	background: #FFF1E8;
	height: 20px;
	color: #ff6600;
	font-weight: bold;
}

form td div.formArea1 {
	padding: 8px;
	background: #EFEFEF;
}

table.form
{
	font-size: 10px;
	border: 1px dashed #ccc;
	background: #F7F7F7;
	margin-left: 45px;
	width: 400px;
}



table.input
{
	font-size: 11px;
	width: 100%;
}

table.output
{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

form td input.reload
{
	color: #ff6600;
	background: #efefef;
	border: 1px solid #ff6600;
	margin: 2px;
}

table.input td.field
{
	width: 220px;
}

table.output td.field
{
	width: 200px;
}

table.output td.value
{
	width: 100px;
}

form td input.value{
	 width: 170px;
	 height: 18px;
	 font-size: 11px;
	 color: #333333;
	 /*border: 1px solid #d2d2b1;*/
}

form td input.button
{
	color: #666;
	background: #EFEFEF;
	border: 1px solid #666;
	margin: 2px;
	
}

form td select.value{
	/*border-color: #d2d2b1;
	border-style: solid;
	 border-width: 1px;*/
	 width: 170px;
	 height: 18px;
	 font-size: 10px;
	 color: #333333;
}

form td select.unit{
	 /*border: 0px solid #d2d2b1;*/
	 width: 60px;
	 height: 18px;
	 font-size: 10px;
	 color: #333333;
}

.inputheader
{
	 background-color: #ff6600;
	 font-size:12px;
	 color:white;
	 padding:3px;
	 font-weight:bold;
}

form td label
{
	 font-size: 10px;
}

form td textarea.value{
	 width: 200px;
	 height: 90px;
	 font-size: 11px;
	 font-family: Arial, Helvetica, Verdana, sans-serif;
	 color: #333333;
	 /*border: 1px solid #d2d2b1;*/
}

