@charset "utf-8";
/* CSS Document */

<!--
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #1E4B5E;
	text-align:center;
	}
#container {
	width:800px;
	height:auto;
	text-align:center;
	margin-left:auto; margin-right:auto;
		}
#banner {
	width:800px; height:150px;
	background-image: url(images/bannerphoto.gif); 
	text-align: right; 
	}
#navbar {position: relative;
	width:800px;
	}
#main {width:780px; height:auto;
		color:#000000; font-size: 12px;
		background-color:#FFFFFF;
		padding-left: 10px;
		padding-right:10px;
		}
		
#bottom {
	width:800px;
	text-align:center;
	background-image: url(images/mainbottom.png);
	}		
#footer {
		width:800px;
		font-size:x-small; color:#FFFFFF;
	}
	
#footer a:link {
	color: #0099CC;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#footer a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
.pagetitle {
	font-size: 18px;
	font-weight: bold;
	color: #1E4B5E;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.style1 {
	color: #FFFFFF
}
.style2 {font-size: 14px}
.header4 {
	color: #1E4B5E;
	font-weight: bold;
}
.style4 {color: #0000FF}
a:link {
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1E4B5E;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #003366;
}
.productlabels {
	font-size:14px;
	font-weight:bold;
	color: #003366;
	}
-->
