/* Normal Links */
A
{
	font-weight: bold;
	font-size: 12px;
	color: #717273;
	text-decoration: none;
}
A:hover
{
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: underline;
}

/* Main Navigation */
.navigation
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

A:link.navigation
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none
}

A:active.navigation
{
	font-size: 12px;
	font-weight: bold;
	color: #ff0000;
}

A:visited.navigation
{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}

A:hover.navigation
{
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

/* Bottom Navigation */
.NAV
{
	font-family: verdana;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.NAV:hover
{
	font-family: verdana;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}