/* typeface specification */

.bodytext
{
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 8px;
    font-style: normal;
	letter-spacing: 1;
	margin-bottom: 0px;
    margin-top: 0px;
	color: #9B9B9B;
}


/* link class specification */

A.bodylink:link { color: #9B9B9B; text-decoration: none; }
A.bodylink:visited { color: #9B9B9B; text-decoration: none; }
A.bodylink:hover { color: #CDCDCD; text-decoration: none; }
A.bodylink:active { color: #9B9B9B; text-decoration: none; }