H1, H2, H3, P, TD, BODY {
	font-family: helvetica, arial, verdana, sans-serif;
	}

H1 { 
	font-size: 24px;
	font-weight: bold;
	color: #330000;
	line-height: 130%;
}

H2 { 
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}

H3 { 
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

TD {
	font-size: 12px;
	color: #000000;
	font-family: helvetica, arial, verdana, sans-serif;
	}

P {
	font-size: 12px;
	line-height: 160%;
	font-family: helvetica, arial, verdana, sans-serif;
	}
	
.note {
	font-size: 11px;
	color: #006633;
	}


.category {
	font-size: 14px;
	font-weight: bold;
	background: #cccccc;
	}
	
.categoryselected {
	font-size: 14px;
	font-weight: bold;
	background: #ffffff;
	}

.subcategory {
	font-size: 12px;
	font-weight: bold;
	background: #ededed;
	}

.subcategoryselected {
	font-size: 12px;
	font-weight: bold;
	background: #ffffff;
	}

.recentitems {
	font-size: 12px;
	background: #ffffff;
	border: #000000 solid 1px;
	border-top: 0px;
	border-right: 0px;
	border-left: 0px;
	}

.error {
	color: #660000;
	}
	
a:link {
	color: #003366;
	text-decoration: underline;
}

a:visited {
	color: #003366;
	text-decoration: underline;
}

a:hover {
	color: #ffffff;
	background: #CC0033;
	text-decoration: none;
}