
.maintext  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : normal;
	font-style : normal;
	color : #ffffff;
}

.boldmaintext, b  
{
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	color : #ffffff;
}

.mainlink  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #FFFF99;
}

.mainlink:Active  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	color : #ffffff;
}

.mainlink:Visited  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	color : #CCCC99;
}

.mainlink:Hover  {
	font-size : 9pt;
	font-family : Arial, Helvetica;
	font-weight : bold;
	font-style : normal;
	text-decoration : underline;
	color : #ffffff;
}


