A  {
	text-decoration : none;
        color : #F3F3B0;
}

A:Hover  {
	text-decoration : none;
        color : yellow;
}

A.directory  {
	text-decoration : none;
        color : green;
}

A.directory:Hover  {
	text-decoration : none;
        color : green;
}

B  {
        color : #779033;
}
BODY, TD, TH, TR,  {
	font-size : 9pt;
        color : #424242;
	font-family :  arial, verdana, system;
}

H2  {
	font-size : 12pt;
        color : #779033;
}

IMG  {
	border : none;
}

a.link { text-decoration: none; color: #424242}
a.link:hover { text-decoration: none; color: #414141}

