body{
	height:100%;
	background-color:#858e9d;
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
#header{
	background-color:#404040;
	color:#ffffff;
}
#header a{
	color:#ffffff;
	text-decoration:none;
	font-size:12pt;
	font-weight:bold;
}
#header a:hover{
	text-decoration:underline;
}
#smallLinks a{
	color:#ffffff;
	text-decoration:none;
	font-size:9pt;
	font-weight:bold;
}
#smallLinks a:hover{
	text-decoration:underline;
}
.footer{
	background-image:url(../images/footer.jpg);
	background-repeat:no-repeat;
	width:794px;
	height:33px;
	color:#FFFFFF;
	padding-right:10px;
}
.bgleft{
	background-image:url(../images/bgrepeatleft.jpg);
	background-repeat:repeat-y;
}
.bgright{
	background-image:url(../images/bgrepeatright.jpg);
	background-repeat:repeat-y;
}
.leftcolumn{
	background-color:#cccccc;
	background-image:url(../images/leftbottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.bodyarea{
	background-color:#ffffff;
}
.homeTop{
	background-color:#cccccc;
	background-image:url(../images/hometop.jpg);
	background-repeat:repeat-x;
	background-position:top;
	padding-top:20px;
}
.homeBottom{
	background-color:#cccccc;
	background-image:url(../images/homebottom.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	padding-top:20px;
	padding-bottom:20px;
}
.productlink{
	color:#660000;
	text-decoration:none;
	height:24px;
	display:block;
	width:239px;
	background-image:url(../images/headingBacking.jpg);
	background-position:-6px -3px;
	padding-top:8px;
	padding-left:1px;
	text-align:center;
}
.productheader{
	color:#660000;
	text-decoration:none;
}
.productlink2{
	color:#333333;
	display:block;
	text-align:left;
	padding-left:0px;
	font-size:9pt;
}
.productlink3{
	color:#999;
	display:block;
	margin-left:0px;
	padding-left:0px;
	text-align:left;
}
.productlink4{
	color:#660000;
}

.productlink5{
	height:31px; 
	width:550px; 
	background-image:url(../images/headingBacking.jpg); 
	background-repeat:no-repeat; 
	padding-left:30px; 
	padding-top:10px;
	color:#660000; 
	font-size:13pt; 
	font-weight:bold;
	display:block;
}

h4, h3{
	margin:0px;
	padding:0px;
}

.footer a{
	color: #ffffff;
}

.footer a:hover{
	color: #ffffff;
}


a{
	color:#00a4da;
	text-decoration:none;
}
a:hover{
	color:#005ca1;
}
.tableHeader{
	background-color:#fff5f5;	
	font-weight:bold;
	padding:10px 0px 10px 0px;
}
.tablerow{
	background-color:#f9ded4;
}
.tableBacking{
	background-color:#fff5f5;
	border-left: 10px solid #fff5f5;
	border-right: 10px solid #fff5f5;
	border-bottom: 10px solid #fff5f5;
}