.noline {text-decoration:none;}

.underline {text-decoration:underline} 

.nav
{
    COLOR: #333333;
    text-decoration:none;
}

A.nav
{
    COLOR: #333333;
    text-decoration:none;
}

.nav2
{
    COLOR: #333333;
    text-decoration:underline;
}

A.nav2
{
    COLOR: #333333;
    text-decoration:underline;
}



.head
{
	FONT: bold 15px Arial;
	COLOR: #139974;
	text-decoration:none;
}

A.head
{
	FONT: bold 15px Arial;
	COLOR: #0066CC;
	text-deocration:none;
}

.desc
{
	FONT: 11px Verdana;
	COLOR: #000000;
	text-decoration:none;
}

A.desc
{
	FONT: 11px Verdana;
	COLOR: #0066CC;
	text-deocration:none;
}

.reg
{
	FONT: 11px Arial;
	COLOR: #000000;
	text-decoration:none;
}

A:hover { color:009966; }
