@charset "utf-8";
<!--
body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}
a:link {
    font-weight:bold;
	color: #610000;
	text-decoration: none;
}
a:visited {
    font-weight:bold;
	text-decoration: none;
	color: #610000;
}
a:hover {
	text-decoration: underline;
	color: #8A0000;
}
a:active {
	text-decoration: none;
	color: #660000;
}
h1 {
	font-size: 28px;
	font-weight:bold;
}
h2 {
	font-size: 15px;
	background-color:#DFDFDF;
	font-weight:bold;
	margin-bottom:0px;
	margin-top:32px;

}
h3 {
	font-size: 11px;
	color:#666666;
    background-color:#E9E9E9;
    font-weight:bold;
	margin-top:0px;
	margin-bottom:7px;
}
h4 {
	font-size: 16px;
	font-weight:bold;
}
.pie {
    font-size:11px;
}
.a2:link,.a2:visited {
    font-weight:normal;
	text-decoration: none;
	color: #610000;
}
.a2:hover {
    font-weight:normal;
	text-decoration:underline;
	color: #8A0000;
}
.a2:active {
	text-decoration: none;
	color: #660000;
}

.a3:link,.a3:visited,.a3:hover,.a3:active {
	font-size: 28px;
	font-weight:bold;
	text-decoration: none;
	color: #333333;
