@charset "UTF-8";
/* CSS Document */

*{	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #000000; 
}

h1 {
	font-size: 14px ;
	color: #666666 ;
	text-decoration: none ;
	font-weight: bold ;
}

h2 {
	font-size: 13px ; 
	color: #000000 ; 
	font-weight: bold;
}

.bodysmall 
{ 
	font-size: 10px ; 
}

a:link, a:visited {
	color: #000066 ;
	text-decoration: none ;
	font-weight: bold ;
}

a:hover {
	color: #000066 ; 
	text-decoration: underline;
}

a:link.bodysmall, a:visited.bodysmall
{ 
	color: #333366 ; 
	text-decoration: none;
	font-weight:bold; 
}

a:hover.bodysmall 
{ 
	color: #CC0000; 
	font-weight: bold; 
	text-decoration: underline;
}

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


/*PORTAL STYLES*/
.form_label
{
	font-size:12px;
}

.user_nav
{
	font-size: 14px ;
}

a.user_nav 
{
	color: #547DC0 ;
}

