p, .para, li
{ 
	font-family: Arial; 
	font-size: 11px; 
	font-weight: normal; 
	text-decoration: none
	font-color: #000000;
}
h1
{
	font-family: arial;
	font-size: 15px;
	padding-top:5px;
	font-weight: bold;
	color: #000000;
}

td
{ 
	font-family: Arial; 
	font-size: 12px; 
	font-style: normal; 
	text-decoration: none; 
	font-weight: normal; 
	color: #000000
}

.nav
{ 
	font-size: 12px; 
	color: #E72F27; 
	font-family: Arial; 
	text-decoration: underline; 
	font-weight: bold;
}

.leftnavon
{ 
	font-size: 11px; 
	color: #E72F27; 
	font-family: Arial; 
	text-decoration: underline; 
	font-weight: normal;
}

.small
{ 
	font-family: Arial; 
	font-size: 10px; 
	font-style: normal; 
	text-decoration: none; 
	font-weight: normal; 
	color: #000000
}

.red {
	color: #ff0000
}

.large { 
	font-family: Arial; 
	font-size: 18px; 
}

/* general hrefs */

a:link, a:active, a:visited 
{ 
	font-size: 11px; 
	color: #333333; 
	font-family: Arial; 
	text-decoration: underline; 
	text-align: left;
}

a:hover
{ 
	font-size: 11px; 
	color: #E72F27; 
	font-family: Arial; 
	text-decoration: none; 
	text-align: left;
}

a.nav:link, a.nav:active, a.nav:visited 
{ 
	font-size: 12px; 
	color: #333333; 
	font-family: Arial; 
	text-decoration: underline; 
	text-align: left;
	font-weight: bold;
}

a.nav:hover
{ 
	font-size: 12px; 
	color: #E72F27; 
	font-family: Arial; 
	text-decoration: none; 
	text-align: left;
	font-weight: bold;
}

