@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	background:#FFF;
}
* {
	font-family:Calibri, sans-serif;
}
h2{
	font-size:inherit;
	font-weight:normal;
}
h4 {
	font-family:Calibri;
	font-weight:normal;
	color:#0070c0;
	font-size:inherit;
}
hr {
	margin:0px;
	background:#fc9504;
	width:160px;
	height:2px;	
	border:none;
}
a {
	color:#666;
	text-decoration: none;
}
a:hover {
	color:#999;
}
a.a:link, a.a:visited, a.a:active {
	color:#0070c0;
}
a.a:hover {
	color:rgb(00,180,255);
}
a.b:link, a.b:visited, a.b:active {
	color:#669900
}
a.b:hover {
	color:rgb(42,77,00)
}

