BODY, TD
{
	font-family: trebuchet ms;
	font-size: 11px;
	color: #666666;
}

.LOGIN
{
	width: 100px;
	height: 18px;
	border: 1px solid #CCCCCC;
	background: #DDDDDD;
}

A
{
	color: #507948;
	text-decoration: none;
	font-weight: bold;
}

A:hover
{
	color: #888888;
	text-decoration: none;
	font-weight: bold;
}

.FOOTER 
{ 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold;
}

.FOOTER:hover
{ 
	color: #CCCCCC; 
	text-decoration: none; 
	font-weight: bold;
}

@media print
{
	.NON_PRINTING
	{
	display: none;
	}
}


TABLE.list
{
        border-collapse: collapse;
}

TABLE.list TD, TABLE.list TH
{
        padding: 0px 8px;
        font-size: 12px;
}

