body {
	background-color: #000000;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 30px;
}
body, textarea {
	margin: 0px;
	scrollbar-base-color:#eeeeee;
	scrollbar-3dlight-color:#DDDDDD;
	scrollbar-arrow-color:#000000;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#eeeeee;
	scrollbar-highlight-color:#DDDDDD;
	scrollbar-shadow-color:#000000;
	scrollbar-track-color:#eeeeee;
}
img {
	border: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 2pt;	
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0pt;	
}

a:link {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #ff0000;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #aaaaaa;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #aaaaaa;
	font-weight: bold;
	text-decoration: underline;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	vertical-align: top;
	margin-top: 10px;
	letter-spacing: 1px;	
	list-style-position: outside;
	list-style-type: square;
}