a.navlinks:link {
	color: #0066CC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
a {
	color: #ac0707;
	text-decoration: none;
}
a:hover {
	color: #FF4A4A;
	text-decoration: underline;
}
a.navlinks:visited {

	color: #333399;
	text-decoration: none;
}
a.navlinks:hover {

	color: #000000;
	text-decoration: none;
}
body {
	margin: 0px;
	font-size: 11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-image: url(/images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #EEEEEE;
	color: #666666;
}


li {
	list-style-type: square;
}
.smalltext {
	font-size: 9px;
}
.highlighttext {
	color: #AD0400;
	font-size: 12px;
}
h2 {
	font-size: 14px;
	color: #990000;
}
.largelist {
	color: #AD0400;
	font-size: 14px;
	font-weight: normal;
	padding: 6px;
}
h3 {
	font-size: 16px;
	color: #9C0000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.pricetext {
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
hr {
	border-top-width: 1px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #EEEEEE;
	border-right-color: #EEEEEE;
	border-bottom-color: #EEEEEE;
	border-left-color: #EEEEEE;
}
td {
	font-size: 11px;
}
.thinborder {
	border: 1px solid #E4E4E4;
}

