html, body {
	background-color: #000000;
	padding:0px;
	text-align:center;
	
}
#container {
	width:880px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
	color: #CCCCCC;
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.text_block {
	padding: 6px;
}
.larger {
	font-size: 12pt;
}
a:link {
	color: #E4CE8C;
}
a:visited {
	color: #E4CE8C;
}
a:hover {
	color: #E4CE8C;
	text-decoration:none;
}
.border_top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #DDDDDD;
}
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DDDDDD;
}
.border_left {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #DDDDDD;
}

