A:link {text-decoration: none; color: #FF9900}
A:visited {text-decoration: none; color: #FF9900}
A:active {text-decoration: none; color: #FF9900}
A:hover {background-color: #4e4e4e; text-decoration: underline; color: #FF9900}

.button {
	border: 1px solid #000000;
	background-image: url(/assets/buttonbg.gif);
	color: #000000;
	height: 26px;
}
.buttonfocus {
	border: 1px solid #00CC00;
	background-image: url(/assets/buttonbg.gif);
	color: #000000;
	height: 26px;
}
.inputnormal {
	padding: 2px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
	height: 24px;
	vertial-align: middle;
}
.inputfocus {
	padding: 2px;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	border: 1px solid #00CC00;
	height: 24px;
	vertial-align: middle;
}
.selectnormal {
	border: solid #000000 1px;
}
.selectfocus {
	border: solid #00CC00 1px;
}


body {
	color: #FFFFFF;
	background-color: #00070c;
	background-image: url(/assets/waterdropbg.gif);
}

td {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}

.BigTextHeader {
	font-family: Arial;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
}
.border {
	background-color:  #666666;
}
.bordertable {
	border: 1px solid #666666;	
	background-color: #232323;
}

.copyright {
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}
.copyright A:link {text-decoration: none; color: #999999}
.copyright A:visited {text-decoration: none; color: #999999}
.copyright A:active {text-decoration: none; color: #999999}
.copyright A:hover {text-decoration: none; color: #FF9900}

.checkoutheader {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color:  #FFCC00;
}

.dark {
	background-color: #232323;
}

.darkrule {
	background-color: #333333;
}
.gray {
	background-color: #3e3e3e;
}
.header {
	background-color: #000d16;
	background-image: url(/assets/header.gif);
	color: #FF9900;
	font-weight: bold;
	padding-left: 6px;
}
.lightTan {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	background-image: url(../assets/lightTanBG.png);
}
.menuHeader {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color:  #FF9900;
}
.navigation {
	font-family: Arial;
	font-size: 11px;
	color: #FFFFFF;
}
.navigation A:link {text-decoration: none; color: #FFCC00}
.navigation A:visited {text-decoration: none; color: #FFCC00}
.navigation A:active {text-decoration: none; color: #FFCC00}
.navigation A:hover {text-decoration: none; color: #FFCC00}
.orange {
	background-color: #FF9900;
	color: #FFFFFF;
}
.orangetext {
	color: #FF9900;
}

.ProductCategoryHeader {
	font-family: Verdana;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}
.Tan {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
	font-weight:  bold;
	background-image: url(../assets/TanBG.png);
}
.white {
	background-color: #FFFFFF;
	color: #333333;
}
.white A:link {background-color: #FFFFFF; text-decoration: none; color: #333333}
.white A:visited {background-color: #FFFFFF; text-decoration: none; color: #333333}
.white A:active {background-color: #FFFFFF; text-decoration: none; color: #333333}
.white A:hover {background-color: #FFFFFF; text-decoration: underline; color: #333333}

.yellow {
	background-color: #FFCC00;	
	color: #000000;
}
.yellowtext {
	color: #FFCC00;	
}
.yellowtext A:link {text-decoration: none; color: #FFCC00}
.yellowtext A:visited {text-decoration: none; color: #FFCC00}
.yellowtext A:active {text-decoration: none; color: #FFCC00}
.yellowtext A:hover {text-decoration: underline; color: #FFCC00}




