/* general stuff */


body{
font-family: arial, verdana, sans-serif;
margin:0;
padding:0;

}

a {
text-decoration:  none;
border: none;
color:#6ba06a;
 }
a:hover {
text-decoration:  underline; 
border: none;
color:#6ba06a;
 }
 a:visted{
text-decoration:  none;
border: none;
color:#6ba06a;
}

.contents{
padding:20px;
height:482px;
overflow:auto;
}
/* the following rules apply only to IE6 */
* html .contents{
padding:10px;
height:487px;
overflow:auto;
}


.contentpaneopen {
text-align: left;
background: transparent;
line-height: 1.5;
width:527px;
}
p.black{
color:#000000;
font-size:11px;
}

h4{
color:#ee1d23;
font-size:15px;
}

p{
font-size:12px;
}

li{
font-size:12px;
padding-left:10px;
}

p.breadcrumbs{
color:#658766;
font-size:12px;
}

table.rebatecalculator{
	border:1px solid #699b66;
	background-color:#a6dba2;
	width:400px;
}
p.calc{
color:#3c3a3b;
font-size:13px;
font-weight:bold;
text-align:left;

}
p.smallprint{
font-size:10px;
}
.green{
color:#246626;
}
.red{
color:#ee2628;
}
.calcdropdown{
	width:285px;
}
.modelbox{
	height:19px;
	width:125px;
}
