/* typeface specification */

.bodytext
{
    font-family: verdana, arial, geneva, helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #FFFFFF;
	line-height: 1.4
}

.headertext
{
    font-family: verdana, arial, geneva, helvetica, sans-serif;
    font-size: 11px;
    font-style: normal;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #F0B228;
	line-height: 1.4
}


BODY
{
SCROLLBAR-FACE-COLOR: #3C3C3C;
SCROLLBAR-HIGHLIGHT-COLOR: #3C3C3C;
SCROLLBAR-SHADOW-COLOR: #000000;
SCROLLBAR-3DLIGHT-COLOR: #000000;
SCROLLBAR-ARROW-COLOR: #000000;
SCROLLBAR-TRACK-COLOR: #000000;
SCROLLBAR-DARKSHADOW-COLOR: #000000;
SCROLLBAR-BASE-COLOR: #000000;
}


/* link class specification */

A.bodylink:link { color: #FFFFFF; text-decoration: underline; }
A.bodylink:visited { color: #FFFFFF; text-decoration: underline; }
A.bodylink:hover { color: #FFFFFF; text-decoration: none; }
A.bodylink:active { color: #FFFFFF; text-decoration: underline; }