/* CSS for the Grateful Dead page on Twan's List*/
body {
	background-color: #000033;
}
body,td,th {
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-size: medium;
}
#SidebarLt {
	position:absolute;
	left:10px;
	top:25px;
	width:120px;
	height:654px;
	z-index:1;
	visibility: visible;
	background-color: #6EADF7;
}
#BodyLayer {
	position:absolute;
	left:153px;
	top:4px;
	width:625px;
	height:615px;
	z-index:2;
	visibility: visible;
	overflow: auto;
	background-color: 000033;
	padding-left: 10px;
	padding-right: 10px;
}
.WhtTxtHead {
	color: #FFFFFF;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ED1C24;
	border-bottom-color: #005AAA;
	border-right-color: #ED1C24;
	border-left-color: #005AAA;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #000033;
	border-top-width: 10px;
	border-bottom-width: 10px;
}
#FootLayer {
	position:absolute;
	left:10px;
	top:625px;
	width:785px;
	height:2px;
	z-index:3;
	background-color: #005AAA;
	visibility: visible;
}

.RedHead {color: #ED1C24; font-weight:bold;}

a:link, a:visited {color: #FFFFFF;}