a:link, a:visited, a:active {
	color: #333399;
	text-decoration: none;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a.nav:link, a.nav:visited, a.nav:active {
	color: #FFCCCC;
	font-size:14px;
}
a.nav:hover {
	color: #FFFFCC;
	font-size:14px;
	text-decoration:none;
}
body {
	background-color: #FFFAE7;
}

.red {color: #993333; font-family: Arial, Helvetica, sans-serif;}
.red_small {
	color:#993333;
	font-size:12px;
}
.red_smaller {
	color:#993333;
	font-size:10px;
}
.white {
	color:#ffffff;
}

hr {
	color:#333399;
	height:1px;
	border-width:0;
	background-color:#333399;
}
h1 {
	font-size:16px;
}
h2 {
	font-size:14px;
}

span.price, .detailprice, .prodprice {
color: #990000;
padding-top: 4px;
font-weight:bold;
text-align: center;
}

.detailname {
	font-weight:bold;
	color:#333399;
}