body{
	background-color: gray;
	color: #black;
	}
	
#Content {
	width:900px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	border:1px solid #black;
	background-color: white;
	}
	
a:link{
	color:#000099;
	text-decoration: underline;
	
}
	
a:visited{
	color:#000099;
	text-decoration: underline;
	
}
a:hover{
	color:black;
	text-decoration: underline;
}
	
a:active{
	color:white;
	text-decoration: underline;
	
}
a.white:link{
	color:white;
	text-decoration: underline;
	
}
	
a.white:visited{
	color:white;
	text-decoration: underline;
	
}
a.white:hover{
	color:red;
	text-decoration: underline;
}
	
a.white:active{
	color:white;
	text-decoration: underline;
	
}

a.black:link{
	color:black;
	text-decoration: underline;
	
}
	
a.black:visited{
	color:black;
	text-decoration: underline;
	
}
a.black:hover{
	color:red;
	text-decoration: underline;
}
	
a.black:active{
	color:black;
	text-decoration: underline;
	
}


tr.blue {background-color: #000066}
tr.black{background-color: #000000}
td.header{
	border-bottom: medium solid black;
}

td.showdate {
	text-align: left;
	vertical-align: top;
	width: 400px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
td.showinfo {
	text-align: left;
	vertical-align: top;
	width: 400px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
td.showlocation {
	text-align: right;
	vertical-align: top;
	width: 200px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
td.showaddress {
	text-align: right;
	vertical-align: top;
	width: 200px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

table.showtable {
	width: 600px;
	text-align: center;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
td.space {
	height: 30px;
}		

