@charset "utf-8";
/* CSS Document */

h3 {color:#639CCE; margin: 0; padding: 10px 0; font-size: 140%;}

a {color: #000;}
a:hover {text-decoration: none; color: #639CCE;}

#WS-Title {
	padding: 0;
	background: #639CCE url(../graphics/website/bg-title.gif) no-repeat;
	height: 48px;
	margin-top: 10px;
	padding: 12px 0 0 0;
	font-size: 230%;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	color: #FFF;
}

#WS-Nav ul li a:hover {
	color: #639CCE;
}


