a.top_nav
	{
		font-family: Verdana, Arial, Tahoma, Times New Roman;
		font-size: 12px;
		font-weight: bold;
		color: #ebf1fb;
		text-decoration: none;
		padding-right: 20px;
	}

a.top_nav_current
	{
		font-family: Verdana, Arial, Tahoma, Times New Roman;
		font-size: 12px;
		font-weight: bold;
		color: #FFBD2C;
		text-decoration: none;
		padding-right: 20px;
	}
	
a.top_nav:active
	{
		text-decoration: none;
	}
	
a.top_nav:visited
	{
		text-decoration: none;
	}
	
a.top_nav:hover
	{
		text-decoration: underline;
	}
	

.a_body
  {
		/*color: #2c3176;*/
		color: #0062c3;
  }
  
.a_body:active
  {
		color: #FFBD2C;
  }
  
.a_body:visited
  {
		/*color: #2c3176;*/
		color: #0062c3;
  } 
  
.a_body:hover
  {
		color: #FFBD2C;
  }
  
  
  
.a_nav
  {
		color: #0062c3;
		text-decoration: none;
  }
  
.a_nav_current
  {
		color: #000000;
		font-weight: bold;
  }
  
.a_nav:active
  {
		color: #FFBD2C;
  }
  
.a_nav:visited
  {
		color: #0062c3;
  } 
  
.a_nav:hover
  {
		color: #000000;
  }
  
 
   
/*quick links are set to fixed font */
.q_disabled
  {
		font-size: 12px;
		color: #404040;
		text-decoration: none;
  }
    
.q_nav
  {
		font-size: 12px;
		color: #0062c3;
		text-decoration: none;
  }
  
.q_nav_current
  {
		font-size: 12px;
		color: #000000;
		font-weight: bold;
  }
  
.q_nav:active
  {
		color: #FFBD2C;
  }
  
.q_nav:visited
  {
		color: #0062c3;
  } 
  
.q_nav:hover
  {
		color: #000000;
  }
  


.a_navsub
  {
		color: #2ca163;
		text-decoration: none;
  }
  
.a_navsub:active
  {
		color: #FFBD2C;
  }
  
.a_navsub:visited
  {
		color: #2ca163;
  } 
  
.a_navsub:hover
  {
		color: #454545;
  }
  
  
  
  
.a_bluebold
	{
		color: #292c69;
		font-weight: bold;
	  text-decoration: none;
	}
	
.a_bluebold:hover
	{
		color: #292c69;
		font-weight: bold;
	  text-decoration: underline;
	}



	
.a_footer
  {
		color: #7a7a7a;
		text-decoration: none;
  }
  
.a_footer:hover
  {
		color: #7a7a7a;
		text-decoration: underline;
  }
  
.a_footer_current
  {
		font-weight: bold;
		color: #000000;
		text-decoration: none;
  }