@charset "UTF-8";
body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #CCCCCC;
	margin: 20px;
	width: 640px;
}
li, ul {
	line-height: 12px;
	list-style-type: circle;
	page-break-before: 0;
	page-break-after: 0;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a:link {
	text-decoration: none;
	text-transform: none;
	text-align: center;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #CCCCCC;
}
a:hover {
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	border-top-color: #CCCCCC;
	border-right-color: #FF0000;
	border-bottom-color: #CCCCCC;
	border-left-color: #000000;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	border-left-width: 30px;
	border-left-style: double;
	padding-left: 10px;
	border-left-color: #666666;
}
.date-heading {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #999999;
	margin-right: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
}
p {
	text-align: justify;
	line-height: 12pt;
}

