p, .para, li
{ 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none
	font-color: #000000;
}
h1
{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #003366;
}

td
{ 
	font-family: Arial; 
	font-size: 12px; 
	font-style: normal; 
	text-decoration: none; 
	font-weight: normal; 
	color: #000000
}

.nav
{ 
	font-size: 12px; 
	color: #ffff99; 
	font-family: Arial; 
	text-decoration: underline; 
	font-weight: bold;
}

.small
{ 
	font-family: Arial; 
	font-size: 10px; 
	font-style: normal; 
	text-decoration: none; 
	font-weight: normal; 
	color: #000000
}

/* general hrefs */

a:link, a:active, a:visited 
{ 
	font-size: 11px; 
	color: #006699; 
	font-family: Arial; 
	text-decoration: none; 
	text-align: left;
}

a:hover
{ 
	font-size: 11px; 
	color: #CE3100; 
	font-family: Arial; 
	text-decoration: underline; 
	text-align: left;
}

a.nav:link, a.nav:active, a.nav:visited 
{ 
	font-size: 12px; 
	color: #ffffff; 
	font-family: Arial; 
	text-decoration: none; 
	text-align: left;
	font-weight: bold;
}

a.nav:hover
{ 
	font-size: 12px; 
	color: #ffff99; 
	font-family: Arial; 
	text-decoration: underline; 
	text-align: left;
	font-weight: bold;
}

#dropcontentsubject{
width: 180px;
font-weight: bold;
}

.dropcontent
{
 width: 180px;
 padding: 3px;
 display:block;
}

