@charset "utf-8";
h1 {
	font-size: 18px;
	color: #E80000;
}



h2 {
	font-size: 16px;
	font-weight: bold;
	clip: rect(auto,auto,auto,auto);
	padding-bottom: 0px;
	text-decoration: underline;
	color: #21427B;
}
h3 {
	color: #000;
	text-align: center;
	font-size: 14px;
}
h4  {
	text-align: center;
}
h5 {
	font-size: 18px;
	color: #000;
	text-align: center;
}
h6  {
	color: #21427B;
	font-size: 16px;
	text-decoration: underline;
	text-align: center;
}



body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #000;
	width: 800px;
	margin-top: 0px;
	text-align: justify;
	text-decoration: none;
	left: 50%;
	margin-left: -400px;
	position: absolute;
}
a:link {
	color: #E80000;
	text-decoration: none;
}
a:visited {
	color: #E80000;
	text-decoration: none;
}


a:hover {
	color: #E80000;
	text-decoration: underline;
}
