A  {
	color : Blue;
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	text-decoration : none;
}

A:Visited  {
	color : Purple;
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	text-decoration : none;
}

A:Active  {
	color : Blue;
	font-weight : normal;
	font-family : Arial;
	font-size : 10pt;
	text-decoration : none;
}

A:Hover  {
	color : Red;
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	text-decoration : none;
}

BODY  {
	font-size : 10pt;
	font-weight : normal;
	color : Black;
	font-family : Arial;
}

td  {
	font-size : 10pt;
	font-weight : normal;
	color : Black;
}

.titles  {
	font-size : 14pt;
	color : Green;
	font-family : Arial;
	font-weight : bold;
}

.subtitles  {
	font-size : 11pt;
	font-weight : bold;
	color : Green;
	font-family : Arial;
}

.auct1  {
	font-size : 11pt;
	font-weight : bold;
	font-family : Arial;
}


