/* CSS Document for KYSI2 */
/* All link effects */

/* Updated 5/12/2007 SEA */


/* Default links */
a {color: #111; text-decoration: none; }
a:hover{ text-decoration: none; 
	color: #000; 
	border:1px solid #d7d6b7;
	border-right:none;
	border-left:none;
}


/* Right-hand menu navigtion */
#sidebar a {
	color:#8fb34f;
	font-weight:bold;
	text-decoration:none;
	}
	
#sidebar a:hover {
	border:1px solid #d7d6b7;
	border-right:none;
	border-left:none;
	}


/* Footer navigation */
#footer a {
	color:#8fb34f;
	font-weight:bold;
	text-decoration:none;
	}
	
#footer a:hover {
	border:1px solid #d7d6b7;
	border-right:none;
	border-left:none;
	}


/* Main TextContainer which lives inside Big black wrapper and wrapper */
#textContainer a {
	color: #009900;
	font-weight:bold;
	text-decoration:none;
	}
	
#textContainer a:hover {
	border:1px solid #d7d6b7;
	border-right:none;
	border-left:none;
	}
	
#idlist a {color: #000000; text-decoration: none; }

#idlist a:hover{ text-decoration: none; 
	color: #000; 
	border:1px solid #d7d6b7;
	border-right:none;
	border-left:none;
}
