body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000000;
}
h1 {
	font-size: 36px;
	font-weight: normal;
}
h2 {
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	font-weight: normal;
}
a:active 	{ color:#CCC; Text-Decoration: none}
a:link 		{ color:#ff9900; text-decoration: none} 
a:visited 	{ color:#ff9900; text-decoration: none} 
a:hover 	{
	color:#000;
	Text-Decoration: none;
	background-color: #FF9900;
} 
#prodnav ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
	 #prodnav ul li {
	width: 114px;
	display: block;
	float: right;
	padding: 0;
	border-left-color: #ff9900;
	border-left-style: solid;
	border-left-width: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ff9900;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ff9900;

	}
	 #prodnav ul li a {
	width: 114px;
	height: auto;
	padding: 4px 0px 4px 0px;
	margin: 0 0 0px;
	color: #ff9900;
	text-decoration: none;
	display: block;
	background-color: #000;	
}
		#prodnav ul li a:hover {
	color: #000;
	background-color: #ff9900;
		}
		#prodnav a:active {
			color: #999966;
		}
		.rightborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ff9900;
}
		.topbottomborder {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.justified {
	font-size: 80%;
	text-align: justify;
	margin-left: 40px;
	margin-right: 40px;
}
.bodytext{
	font-size: 80%;
	}
	.insetlist {
	font-size: 80%;
	margin-left: 150px;
	margin-top: 6px;
	list-style-type: square;
}
.sub {
	font-size: 70%;
}
.list {
	margin-top: 6px;
	font-size: 80%;
	list-style-image: url(tick.gif);
	list-style-position: outside;
}
hr {
	color: #DF8600;
	width: 85%;
	line-height: 1px;
}
