

	  
	    
	  
/* anchor tag and all its variations*/
	  
	  a{font:normal 12px Arial, Helvetica, sans-serif;color:#273B7C;}
      
	  a.lists{font:normal 12px/18px Arial, Helvetica, sans-serif;color:#273B7C;}
	  
	  a.noUnderscore{font:normal 12px Arial, Helvetica, sans-serif;color:#273B7C;text-decoration:none;}
	  
	  a:hover{color:red;}
  
/*----------------------------------------------------------------------------------------*/
/* This section is for displaying Offices, under the Office_Location directory */
	  
	  .displayoffice{border:1px #273B7C solid;background:#E8F5FF;color:#E8F5FF;}
	  

/*----------------------------------------------------------------------------------------*/  
/* This section is for displaying the colors */

.outline{background:#F1F1F1;color:#F1F1F1;}/*the border color: grey*/
	  
.color1 {background:#FFFFFF;color:#FFFFFF;}/*the background color: white*/
	  
.color2 {background:#273B7C;color:#273B7C;}/*the darkest color: dark blue*/
	  
.color3 {background:#7CACD0;color:#7CACD0;}/*the medium dark color: medium dark blue*/
	  
.color4 {background:#BFD9ED;color:#BFD9ED;}/*the medium light color: medium light blue*/
	  
.color5 {background:#E8F5FF;color:#E8F5FF;}/*the lightest color: light blue*/

.color6 {background:#F3FAFE;color:#F3FAFE;}/*the 2nd lightest color: light blue*/
  
.color7 {background:#FAA500;color:#FAA500;}/*extra color: muted orange*/
	  
.color8 {background:#F97E02;color:#F97E02;}/*extra color: darker orange*/

.color9 {background:#FAD997;color:#FAD997;}/*extra color: light orange*/


/*----------------------------------------------------------------------------------------*/

