body {
	font-family: Arial,sans-serif;
	margin: 5px;
	padding: 15px;
	background: #000000;
	color: #ECE9D8;
	font-size: 80%;
}
a:link {
	text-decoration: none;
	color: #0066FF;
}
a:visited {
	text-decoration: none;
	color: #0066FF;
}
a:hover {
	text-decoration: underline;
	color: #33FFFF;
}
a:active {
	text-decoration: none;
	color: #FFCC33;
}
table {
	border: solid #212121 2px;
	margin: 10px;
	width: 840px;
}
td {
	border: 1px solid #000000;
}
.tdhead {
	background-image: url(../Styles/gifs/header_background.gif);
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 90%;
	font-weight: bold;
}
.img{
	border-style: solid;
	border-width: 2px;
	border-right-color: #4D4D4D;
	border-top-color: #353535;
	border-bottom-color: #4D4D4D;
	border-left-color: #353535;
	margin: 10px;
}
.yellowtxt {
	color: #FF9900;
}
.subdued {
	color: #AA9FAA;
	font-style: normal;
}
.subduedsmall {
	color: #AA9FAA;
	font-style: normal;
	font-size: 75%;
}
.enhancedtext {
	color: #CC3333;
}
.container {
	background-color: #333333;
	width: 870px;
}.warning {
	color: #00FF00;
}
.red {
	color: #FF0000;
}
