html,body 		{color: #444444; background: #ECECEC; min-height: 100%; margin: 0px;}

a:link 			{color: #0000FF; text-decoration: none;}
a:visited 		{color: #0000FF; text-decoration: none;}
a:hover			{color: #FF0000; text-decoration: underline;}
a:active		{color: #FF0000; text-decoration: underline;}

a.nav:link 		{color: #9933CC; text-decoration: none; font-weight: bold;}
a.nav:visited 		{color: #9933CC; text-decoration: none; font-weight: bold;}
a.nav:hover		{color: #FF0000; text-decoration: underline; font-weight: bold;}
a.nav:active		{color: #FF0000; text-decoration: underline; font-weight: bold;}

.content_main {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
 	}

.content_header {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #993399;
	font-weight: bold;
	align: center;
 	}

.content_subheader {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993399;
	font-weight: bold;
	align: center;
 	}
 	
.content_small {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
 	}
 	
.hilite {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
 	}

.link {
	font-family: Courier;
	font-size: 12px;
	color: #717171;
 	}

.nav 	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	padding: 7px 6px 10px 6px;
	}
	
.footer {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #CCCCCC;
 	}