@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #AAAAAA;
}
.categoryheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #FE9934;
}
a:link {
	color: #FED474;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #FED474;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	font-weight: bold;
	color: #FEBF3C;
	text-decoration: underline;
}
.leftverticalline {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #666666;
}
.tophorzline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
