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

a.nav-support:link    		{color: #2C4886; text-decoration: none; cursor: help;}
a.nav-support:visited  	 	{color: #2C4886; text-decoration: none; cursor: help;}
a.nav-support:hover    		{color: #FF0000; text-decoration: underline; cursor: help;}
a.nav-support:active   	 	{color: #FF0000; text-decoration: underline; cursor: help;}

a.nav-upper:link    		{color: #FFFFFF; text-decoration: none; font-weight: bold; padding-right: 15px;}
a.nav-upper:visited 		{color: #FFFFFF; text-decoration: none; font-weight: bold; padding-right: 15px;}
a.nav-upper:hover   		{color: #FFFFFF; text-decoration: underline; font-weight: bold; padding-right: 15px;}
a.nav-upper:active  		{color: #FFFFFF; text-decoration: underline; font-weight: bold; padding-right: 15px;}

a.nav-upper-support:link    	{color: #FFFFFF; text-decoration: none; font-weight: bold; padding-right: 15px; cursor: help;}
a.nav-upper-support:visited 	{color: #FFFFFF; text-decoration: none; font-weight: bold; padding-right: 15px; cursor: help;}
a.nav-upper-support:hover   	{color: #FFFFFF; text-decoration: underline; font-weight: bold; padding-right: 15px; cursor: help;}
a.nav-upper-support:active  	{color: #FFFFFF; text-decoration: underline; font-weight: bold; padding-right: 15px; cursor: help;}

html, body {
	font-family: verdana, arial, helvetica;
	font-size: 9pt;
	color: #555555;
	background: #D6D6D6;
	min-height: 100%;
	line-height: 14px;
	margin: 0px;
	/*background-image: url("../images/bg.jpg");*/
	/*background-position: top center;*/
	/*background-repeat: no-repeat;*/
	}

.header {
	font-size: 18px;
	font-weight: bold;
	color: #2C4886;
	}

.subheader {
	font-size: 15px;
	font-weight: bold;
	color: #2C4886;
	padding-top: 20px;
	}
	
.nav-title {
	font-size: 13px;
	color: #2C4886;
	font-weight: bold;
	padding: 10px 0px 6px 15px;
 	}

.nav {
	font-family: tahoma, arial, helvetica;
	font-size: 11px;
	color: #555555;
	padding: 0px 0px 15px 18px;
	}

.nav-upper,
.nav-upper-support {
	font-size: 11px;
	}
	
.hilite {
	color: #FF0000;
 	}

.small  {
	font-size: 10px;
	color: #FF0000;
 	}

.footer {
	font-size: 9px;
	color: #FFFFFF;
	text-align: right;
	padding: 7px; 5px 5px 0px;
 	}