BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color:white;
	background-color: black;
}

A:link
{
	color: #ffff99;
}
A:active {
	color: #ffff99;
}
A:hover {
	color: #ffff00;
}
A:visited {
	color: #999933;
}

TD.navtable {
	background-color : #778899;
	border: 2px solid #cccccc;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: white;
	font-weight : bold;
	padding: 5px 10px 5px 10px;
}
A.navtable:link {
font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: white;
	font-weight : bold;
	text-decoration: none;
}

A.navtable:active {
font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: white;
	font-weight : bold;
	text-decoration: none;
}
A.navtable:visited {
font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: white;
	font-weight : bold;
	text-decoration: none;
}
.blkheader {
font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	color: white;
	font-weight : bold;
	background-color: gray;
	padding-top:2px;
	padding-left:3px;

}
TABLE.order {
border-top:1px solid #999999;
border-right:1px solid #999999;
border-left:1px solid #999999;
border-bottom:1px solid #999999;
}
P.pricelist {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	color:white;
	font-weight: bold;
}
p.quote {
	border: 4px double Red;
}
P.titleheader {
	color: #778899;
	font-size: 26px;
	font-family: Helvetica, sans-serif;
	
	font-variant: small-caps;
	text-decoration: underline;
}