BODY {
	background-color : white;
}

A {
	color : #999999;
	font-weight : bold;
	text-decoration : none;
}

A:HOVER {
	color : maroon;
	text-decoration : underline;
}

A.contentlink {
	color : maroon;
}

.title {
	font-size: 18pt;
	font-weight:bold;
	color: black;
}

.content {
	font-size: 10pt;
	color: black;
}

.caption {
	color : black;
	font-size : 14pt;
}

P.navigationbar {
	text-align: right;
}

IMG {
	border-width:0px;
}

.regprice {
	text-decoration : line-through;
}

.saleprice {
	color : maroon;
	font-weight : bold;
}

.complete {
	color:silver;
	font-size:10pt;
	font-weight:bold;
}

.uncomplete {
	color:silver;
	font-size:10pt;
}

.current {
	color:maroon;
	font-weight:bold;
	font-size:10pt;
}