body {
	background-color:#000000;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
p, td {  
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	color: #000000; 
	font-style: normal; 
	text-align: justify;
	vertical-align: top;
}
a:hover {  
	font-weight: bold; 
	color: #111111;
}
a:link {
	font-weight: bold; 
	color: #555555; 
	text-decoration: none;
}
a:active, a:visited {
	font-weight: bold;
	color: #555555; 
	text-decoration: none;
}
h1 {  
	font-size: 8pt; 
	font-weight: bold; 
	margin-top:10px;
	margin-bottom:5px;
	color: #000000;
}
#distance { 
	width:1px;
	height:50%;
	margin-bottom:-13.75em; /* half of container's height */
	float:left;
}
#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:50em;
	clear:left;
}
table {
	border-collapse: collapse;
}
.logo {
	background: url(images/title.gif) no-repeat left bottom; 
	height: 40px;
}
.top {
	background: url(images/border_top.gif) #FFFFFF left top;
	background-repeat: repeat-x;
}
.bottom {
	background: url(images/border_bottom.gif) #000000 left top; 
	background-repeat: repeat-x;
	height: 32px;
}