/* -----------------------  THIS SHEET IS FOR ALL SECTIONS OF HSS ------------------------ */


/*  ---------------------  BACKGROUND COLORS FOR HSS SECTIONS ------------------ */

table.id     {   background-color: #6A9278;  	 border-color: white;	}  

table.myh  {   background-color:  #305099; 	 border-color: white;	}

table.rd     {   background-color: #6C8DA0; 	border-color: white;	}    

table.si     {  	background-color: #666699;		border-color: white;		}



/*  ------------------- FOR ALL HSS PAGES ------------------------- */	
body					{ font-size:12px;  font-weight: normal; color: #000000; }

p.magee  			{  font-size: 12px;	 font-weight:normal; color: #000000; }
			
p.questions     	{ font-size: 12px;  	font-weight:normal;  }
				  				  
li						{ font-size: 12px;   font-weight:normal;	 }

p.presentation   { font-size: 12px;   font-weight: bold;   }




/* -------------- FOR LINKS IN BODY OF RD FILES  --------------- */
							  
a.rd:link      {color: #6C8DA0;	text-decoration: underline; 	    font-weight:normal; 	font-size:12px; 		font-family: verdana, arial, helvetica, "sans serif";   }
	
a.rd:visited  {color: #333366 ;   text-decoration: underline; 		font-weight:normal; 	font-size:12px;		font-family: verdana, arial, helvetica, "sans serif";   }
	
a.rd:hover    { color: #ff0000;   text-decoration: underline;  	 font-weight:normal;   font-size:12px;		font-family:  verdana, arial, helvetica, "sans serif";  }
		
a.rd:active   { color:#333366 ;  text-decoration: underline;    font-weight:normal;     font-size:12px;  	font-family: verdana, arial, helvetica, "sans serif";  }





/* -------------------------- FOR LINKS IN BODY OF SI FILES  ------------------------- */

a.si:link 	{  color: #666699;   text-decoration: underline;  			font-weight:normal;   font-size:12px;   	font-family: verdana, arial, helvetica, sans-serif;   }
	
a.si:visited { color: #333366 ; 	text-decoration:underline; 			font-weight:normal; 	font-size:12px;		font-family: verdana, arial, helvetica, sans-serif;  }
	
a.si:hover   {  color: #ff0000;   	text-decoration: underline;		font-weight:normal; 	font-size:12px; 		font-family:  verdana, arial, helvetica, sans-serif;  }
		
a.si:active   {  color:#666699; 	text-decoration: underline; 		font-weight:normal; 	font-size:12px; 		font-family: verdana, arial, helvetica, sans-serif;   }





/* -------------------------- FOR LINKS IN BODY OF MYH FILES  ------------------------- */

a.myh:link 	{  color: #305099;   text-decoration: underline;  			font-weight:normal;   font-size:12px;  	 font-family: verdana, arial, helvetica, sans-serif;   }
	
a.myh:visited { color: #333366 ; 	text-decoration: underline; 			font-weight:normal; 	font-size:12px;		font-family: verdana, arial, helvetica, sans-serif;  }
	
a.myh:hover   {  color: #ff0000;   	text-decoration: underline;		font-weight:normal; 	font-size:12px; 		font-family:  verdana, arial, helvetica, sans-serif;  }
		
a.myh:active   {  color:#305099; 	text-decoration: underline; 		font-weight:normal; 	font-size:12px; 		font-family: verdana, arial, helvetica, sans-serif;   }




/* -------------------------- FOR LINKS IN BODY OF ID FILES  ------------------------- */

a.id:link 	{  color: #6A9278;   text-decoration: underline;  			font-weight:normal;   font-size:12px;   	font-family: verdana, arial, helvetica, sans-serif;   }
	
a.id:visited { color: #333366 ; 	text-decoration: underline; 			font-weight:normal; 	font-size:12px;		font-family: verdana, arial, helvetica, sans-serif;  }
	
a.id:hover   {  color: #ff0000;   	text-decoration: underline;		font-weight:normal; 	font-size:12px; 		font-family:  verdana, arial, helvetica, sans-serif;  }
		
a.id:active   {  color:#6A9278; 	text-decoration: underline; 		font-weight:normal;	font-size:12px; 		font-family: verdana, arial, helvetica, sans-serif;   }


	

/*  FOR LINKS IN MAGEE NAVBARS OF ALL HSS FILES. BACKGROUND COLOR IS DEFINED SEPARATELY FOR EACH OF THE FOUR SECTIONS  */

a.hss:link 	{	color: white;		text-decoration: none; 			font-weight:bold; 	font-size:11px; 		font-family: verdana, arial, helvetica, sans-serif; 	}
	
a.hss:visited 	{	color: white; 	text-decoration: none; 			font-weight:bold; 	font-size:11px;		font-family:verdana, arial, helvetica, sans-serif;		}
	
a.hss:hover 	{	color:white; 	text-decoration: underline; 		font-weight:bold; 	font-size:11px; 		font-family: verdana, arial, helvetica, sans-serif;	}
		
a.hss:active 	{	color:white;	text-decoration: underline; 		font-weight:bold; 	font-size:11px; 		font-family: verdana, arial, helvetica, sans-serif;	}



/* AN ATTEMPT TO MAKE THE LINKS IN THE TOP NAVBAR OF THE HEADER DISPLAY SANS-SERIF FONT IN FIREFOX - IT DIDN'T WORK  
THIS PAGE   http://www.w3schools.com/Css/css_syntax.asp  SAYS TO PUT QUOTES AROUND TWO WORD VALUES, BUT THAT DIDN'T SOLVE THE PROBLEM  */

a.white:link 		{	color: white;	text-decoration:none; 	font-weight:bold; 	font-size:10px; 			font-family: verdana, arial, helvetica, sans-serif;	}
	
a.white:visited 	{	color: white; 	text-decoration: none;	font-weight:bold; 	font-size:10px;			font-family: verdana, arial, helvetica, sans-serif; 	}
	
a.white:hover 	{	color:white; 	text-decoration: underline; 	font-weight:bold; 	font-size:10px; 		font-family: verdana, arial, helvetica, sans-serif;	}
		
a.white:active 	{	color:white;	text-decoration: underline; 	font-weight:bold;	font-size:10px; 		font-family: verdana, arial, helvetica, sans-serif; }








