A:LINK 
{
	text-decoration : none;
}

A:ACITVE 
{
	text-decoration : none;
	color : #C80000;
}

A:VISITED 
{
	text-decoration : none;
}

A:HOVER 
{
	text-decoration : underline;
}

.mainFont
{
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: normal;
}

.mainFontBold
{
	font-size: 10px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-weight: bold;
}



.copyright
{
	font-size: 10px;
	color: #A0A0A0;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
}

.copyright:HOVER
{
	font-size: 10px;
	color: #808080;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration : underline;
}

.red
{
	color : #C80000;
}

.sel
{
	font-family: Courier;
	font-size: 12px;
	font-weight: normal;
}
