/*Nav Link*/
a.nav
{
	font-weight:bold;
	font-size:12px;
	color: #000000;
	text-decoration:none;
}

a.nav:hover
{
	color: #FFFFFF;
}



/*Normal Link*/
a
{
	font-weight:bold;
	font-size:12px;
	color: #000000;
	text-decoration:none;
}
a:hover
{
	color: #DA0000;
}



/*Other Link*/
a.other
{
	font-weight:bold;
	font-size:11px;
	color: #DA0000;
	text-decoration:none;
}

a.other:hover
{
	color: #FF0000;
	text-decoration:underline;
}
a.important
{
	font-weight:bold;
	font-size:11px;
	color: #FFFFFF;
	text-decoration:none;
}

a.important:hover
{
	color: #FFFFFF;
	text-decoration:underline;
}




body
{
	background:white;
	margin: 5px;
	font-family: Verdana, Arial, sans-serif;
	color: #000000;
}


td.main
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}
td.important
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
table
{
	border-collapse: collapse;
}