

BODY
{
    background: #3A3A3A;
}

A:link
{
    color: #8D8D8D;
	text-decoration: underline;
}
A:visited
{
	color: #8D8D8D;
	text-decoration: underline;
}
A:active
{
    color: #CC3333;
	text-decoration: none;
}

A:hover
{
    color: #CC3333;
	text-decoration: none;
}

P, TD, LI
{
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
	color: white;
}

.small
{
	font-size: 8pt;
}

.large
{
font-size:11pt;
font-weight:bold;
}

b
{
	font-weight: bold;
}

.red
{
	color: red;
}

IMG.thumb  { border-color: black; border-width: 1px; }


.border1 { border-style:solid; border-color: black; border-width: 1px; } 
