body {
	font-family: Helvetica, Arial, Geneva;
	font-size: 8pt;
	color: #ffffff;
	background: black;
}
.title {
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
}
p {
	text-indent: 20px;
	text-align: justify;
}
a:link {
	color: #ffffff; text-decoration: none;
}
a:visited {
	color: #ffffff; text-decoration: none;
}
a:hover {
	color: #99cccc;
}
a.top:link {
	color: #333333; text-decoration: none;
}
a.top:visited {
	color: #333333; text-decoration: none;
}
a.top:hover {
	color: #ffffff; text-decoration: none;
}
a.bottom:link {
	color: #ffffff; text-decoration: none; font-style: italic;
}
a.bottom:visited {
	color: #ffffff; text-decoration: none; font-style: italic;
}
a.bottom:hover {
	color: #99cccc; text-decoration: none; font-style: italic;
}
a.side:link {
	text-shadow: black 2px 2px; font-size: 9pt; color: yellow; text-decoration: none; font-style: bold;
}
a.side:visited {
	text-shadow: black 2px 2px; font-size: 9pt; color: yellow; text-decoration: none; font-style: bold;
}
a.side:hover {
	text-shadow: black 2px 2px; font-size: 9pt; color: orange; text-decoration: none; font-style: bold;
}
.title {
	font-size: 22pt;
}
h1 {
	font-size: 22pt;
	font-weight: normal;
	text-transform: capitalize;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
}
h3 {
	font-size: 12pt;
	font-weight: normal;
}
.margin {
	margin:	25px;
}
.differentmargin {
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.noindent {
	text-indent: 0px;
	color: #336600;
}
.noindent a {
	text-decoration: none;
	font-size: 10pt;
}
.form {
	text-indent: 0px;
}
ul {
	list-style-type: square;
}
ul.nodot {
	list-style-type: none;
}
.news p {
	text-indent: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.newstitle {
	font-weight: bold;
	border-bottom: 1px solid #996600;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-transform: capitalize;
}

.stamp {
	font-size: 8pt;
	text-align: right;
	color: #996600;
}