h1 { font-size: 20px;}
h2 { font-size: 20px;}

a:active 	{ color:#FF0000; Text-Decoration: underline}
a:link 		{ color:#0000FF; text-decoration: underline} 
a:visited 	{ color:#0000FF; text-decoration: underline} 
a:hover 	{ color:#FF0000; Text-Decoration: none;  } 


prodnav1 {
	margin: 0 0;
	padding: 0 0 0 0;
	
}
	#prodnav1 ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
	font-size: 16px;
	}
	 #prodnav1 ul li {
	padding: 0;
	margin: 0;
	}
	 #prodnav1 ul li a {
	width: 90px;
	display: block;
	height: auto;
	padding: 10px 3px 10px 3px;
	margin-top:2px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background-image: url(bg1.jpg);
	background-repeat: repeat-x;
	
	}
		#prodnav1 ul li a:hover {
	color: #F00;
	background-image: url(bg2.jpg);	
	background-repeat: repeat-x;
}
		#prodnav1 a:active {
			color: #CCCCCC;
		}

.redvert {
	background-image: url(redvert.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.greyvert {
	background-image: url(greyvert.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.greyhoriz {
	background-image: url(greyhoriz.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.topleft {
	background-image: url(redtop.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bottomleft {
	background-image: url(redbottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.topright {
	background-image: url(greytop.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bottomright {
	background-image: url(greybottom.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.justified {
	text-align: justify;
	margin-right: 20px;
	margin-left: 20px;
	font-size: 80%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #222222;
}
.sub {
	font-size: 70%;
}
.bodytext {
	margin-right: 20px;
	margin-left: 20px;
	font-size: 80%;
}
.flush {
	font-size: 80%;
}
.insetlist {
	font-size: 80%;
	margin-top: 5px;
	margin-left: 170px;
	list-style-type: square;
}
