body,td,th {font-family: Arial, Helvetica, sans-serif;}

a:link	{
	color:	#0000CC; /* change this number to whatever color you want it to be */
	background-color: transparent;} /* don't worry about the background color */
a:visited	{
	color: #000033;
	background-color: transparent;}
a:active	{
	color:	#333333;
	background-color: transparent;}
a:hover	{
	color: #006600;
	background-color: transparent;
	text-decoration: none;} /* this turns off the underline */


/* Adjust the size with this number instead of the style17 above.
   You will have more consistant results across browsers. The size can be .9em, 1.2em or whatever along those lines.
	 1 em is the default text size. */
#navbar a {font-size: .8em; 
	color: #FFFFFF;
	background-color: #003300;
	text-decoration: none;
	font-weight:bold;}
#navbar td {text-align: center;} /* this centers the text in each td in your nav table */	
	
#corevalues a{font-size: .95em;
    color: #EAEAEA;
	background-color: #2D2B2E;
	text-decoration: none;
	font-weight: bold;}
#corevalues a{
     link  
	   color: #EAEAEA;
	   background-color: transparent;}
     visited {
	   color: #EAEAEA;
	   background-color: transparent;}
     active {
	   color: #EAEAEA;
	   background-color: transparent;}
     hover {
	   color: #FF9900;
	   background-color: transparent;
	   text-decoration: none;}