/*

All of this is in contentcss.css. It should not be in both places.

.body_p {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; text-decoration: none;}

.bodybold { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #000000; font-weight: bold}
.bodylink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
A:hover.bodylink { color: #000066; font-weight: bold; text-decoration: underline }
.bodylinksmall { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333366; text-decoration: underline }

.bodysmall { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
A:hover.bodysmall { color: #CC0000; font-weight: 400; text-decoration: underline }
.bodysmallbold { font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight: bold}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;

}
.tabletitle {
font-family: Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold
}

*/

body
{
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #000000; 
	text-decoration: none;
	margin: 0 0 0;
}

.content_table
{
	padding: 30px 10px 30px 10px ; 
}

.form_label
{
	font-size:12px;
}

.user_nav
{
	font-size: 14px ;
}

a.user_nav 
{
	color: #547DC0 ;
}

/*.user_nav a:hover
{
	color:#7E9BCA ;
}


.user_nav a:active
{
	color:#7E9BCA ;
}


.user_nav a:link
{
	color:#7E9BCA ;
}*/
