td 
{
	font-family : arial, sans-serif;
}

font 
{
	font-family : arial, sans-serif;
}

a
{
	font-family : arial, sans-serif;
}

a:hover
{
	color: #FF0000;
}

.nav{
	font-size: 80%;
	color: #FFFFFF;
	text-decoration : none;
}


.nav:hover{
	text-decoration : underline;
	color: #993333;
}

.subnav{
	font-size: 80%;
	color: #993333;
}

.subh{
	font-size : 100%;
	font-weight: bold;
}

.subh2{
	font-size : 80%;
	color: #000000;
	font-weight: bold;
	text-decoration : none;
}

.subh2:hover{
	color: #993333;
	text-decoration: underline;
}

.bodytext{
	font-size : 90%;
}
.list
{
	font-size : 80%;
	list-style : none;
}

.small{
	font-size : 85%;
}

.discl{
	font-size : 60%;
	color: #FFFFFF;
}