/* -----------------------------------------
 - CLIENT specific layout styles ----------------------
 ---------------------------------------- */
a.link-yellow-background:link    {color: blue;}
a.link-yellow-background:visited {color: gray;}
a.link-yellow-background:active  { color: blue;}
a.link-yellow-background:hover   { color: gray;}

a.speciallink1:link {color: blue;}	
a.speciallink1:visited {color: gray;}	
a.speciallink1:active  { color: blue;}	
a.speciallink1:hover   { color: gray;}
	
	
	
/* This DIV table foreground is used with the round floating graphic in the header.*/
div.table-foreground {
	position:relative;
	}

div.table-foreground img {
	position:absolute;
	}
	/* end of Round floating graphic in header */
	
