A:Visited  {
	color : black;
}

A:Active  {
	color : black;
}

A  {
	color : black;
}

A:link.test  {
	text-decoration : none;
}

A:hover.test  {
	text-decoration : none;
	color : #e67f4c;
}

A:visited.test  {
	text-decoration : none;
}

A:active.test  {
	text-decoration : none;
	color : #e67f4c;
}
.there  {
	text-decoration : none;
	color : #e67f4c;
}

.basic {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	color : #666666;
}

.header {
	font-family : verdana, arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 14pt;
	color : #999999;
}

.treasurecount {
	font-family : verdana, arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 14pt;
	color : black;
	background-color : #efefef;
	padding-top : 5pt;
	padding-left : 5pt;
	padding-bottom : 5pt;
}

.side {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 23pt;
	font-weight : bold;
	color : #cccccc;
	padding-bottom : 3pt;
}


.details {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 9pt;
	font-weight : bold;
	color : black;
	padding-bottom : 2pt;
	padding-top : 3pt;
}

.headline {
	font-family : verdana, arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 23pt;
	color : #993333;
}

.subhead {
	color:#999999;
	font-family : verdana, arial, helvetica, sans-serif;
	font-size: 14pt;
	text-decoration: none;
	font-weight: bold;
}

TR {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size : 10pt;
	color : black;
}

/* use this class to make a block element - div, img or p, for example, float to the left of whatever blocks follow it*/
.floatright { float:right;}