@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}
p, ul, ol, dl, li, dt, dd, blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	margin-top: 5px;
	margin-bottom: 5px;
}
td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #666;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
}
h6 {
	font-size: 8px;
}
a:link {
	color: #960;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A56600;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #F90;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #960;
	font-weight: bold;
}
.footer-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #666;
	text-align: center;
	line-height: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.date {
	font-size: 10px;
	color: #666666;
	font-weight: bold;
	line-height: 40px;
	text-align: right;
	padding-right: 20px;
}

