body {
	font-family: Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	width: 350px;
	background-attachment: fixed;
	background-image: url(../cs/images/Stage.jpg);
	background-repeat: repeat-y;
	font-size: 80%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	margin: 0px;
}
.tdBar {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
}

h4 {
	font-size: 100%;
	margin: 0px;
}


td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
ol {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
	padding-left: 15px;
}
li {
	margin-bottom: .5em;
	list-style-position: outside;
}
a {
	color: #FFFF00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
