/* Set some general options */

body,td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000066; 
	}
	a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #993333;
	text-decoration: none;
}
a:hover {
	color: #009966;
	text-decoration: underline;
}
a:active {
	color: #993333;
	text-decoration: none;
}



/* Set font color for dark navbars */
td.navbar,td.breadcrumb {
	color:#FFCC66;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: #186D0A;
	}

/* Set font colors for navbar "heading" links */

a.headnav:link {
	  color:#FFCC66;
	}

a.headnav:active, a.headnav:hover {
	color:#FFCC66;
	text-decoration: underline;
	}

a.headnav:visited {
	  color:#FFCC99;
	}

/* Set font colors for other navbar links */

a.nav:link {
	  color:#FFCC66;
	}
a.nav:active, a.nav:hover {
	color:#FFCC66;
	text-decoration: underline;
	}
a.nav:visited {
	  color:#FFCC99;
	}
	
/* Set font colors for other navbar links */

a.navbar:link {
	  color:#FFCC66;
	}
a.navbar:active, a.navbar:hover {
	color:#FFFF00;
	text-decoration: underline;
	}
a.navbar:visited {
	  color:#FFCC66	  ;
	}


th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
