@charset "UTF-8";
/* CSS Document */
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #f2f2f2;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
	font-weight: normal;
}
h4 {
	font-size: 14px;
	font-weight: normal;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
p{
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
	line-height: 20px;
}
hr{
	height: 1px;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	background-color: #808080;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
