<style>

.normal 
{
	font-family:Arial, Verdana, Helvetica;
	font-weight: normal;
	background-color:white;
}

td.box  {
	font-family: Arial, Verdana, Helvetica;
	font-weight: normal;
	background-color: #FFFFDD;
	padding: 1px;
}

A.tmenu {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
A.tmenu:hover {
	TEXT-DECORATION:underline;
	font-weight: bold;
	color: #FF0000;
}
A.lmenu {
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
A.lmenu:hover {
	TEXT-DECORATION:underline;
	font-weight: bold;
	color: #FFFF22;
}
.listing_head{
	color:black;
	font-weight: bold;
	background-color: #BFD7EF;
}
.listing_title{
	color:#cc6600;
	font-weight: bold;
}
.listing_item{
	color: black;
	background-color: #ffffff;
}
.listing_border{
	background-color: #6699CC;
}
.price{
	font-weight: bold;
	color: #003399;
	text-align:right;
}
.small {
	font-weight: normal;
}
.errmsg {
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
}
.required {
	color:#cc6600;
	font-weight:bold;
}
.comment {
	font-size:80%;
}
.comment_emphasis {
	font-size:80%;
	color:#cc6600;
}
#emphasis{
	background-color:#F3FABB;
}
</style>