@charset "utf-8";

html, body {
	font: 11px Arial, Helvetica, sans-serif;
	color: #000;
}
p {
	margin: 0 0 8px 0;
}
a:link, a:visited {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
h1,h2,h3,h4,h5,h6,th {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000000;
}
h1,h2,th {
	/*border-bottom: #CCCCCC solid 1px;*/
	width: 100%;
	padding-bottom: 12px;
}
h1 {
	margin: 0 auto;
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: 12px;
}
h2 {
	font-size: 18px;
	padding-top: 8px;
	padding-bottom: 10px;
	margin-bottom: 14px;
}
h3, h4 {
	font-size: 12px;
	margin: 0px;
	margin-top: 4px;
	margin-bottom: 12px;
}
h4 {
	font-size: 14px;
	margin-top: 16px;
	margin-bottom: 10px;
}
h5 {
	font-size: 13px;
	height: 33px;
}
th {
	font-size: 14px;
	padding-top:16px;
	padding-bottom:6px;
	text-align:left;
}

