BODY {
	color: Black;
	background-color: #004748;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

A {
	color: #00CC00;
	text-decoration: none;
}

A:HOVER {
	color: Red;
	text-decoration: none;
}

.CoolTable {
	border-top: 1px solid Gray;
	border-bottom: 2px solid #333333;
	border-left: 1px solid Gray;
	border-right: 2px solid #333333;
	border-collapse: separate;
	border-spacing: 4px;
	padding: 1px 1px 1px 1px;
	text-align: left;
}

.CoolTableCell {
	background-color: #242424;
	border: 2px solid #656565;
	vertical-align: top;
	text-align: left;
	padding: 8px 8px 8px 8px;
	width: 50%;
}	

.ImgBorder {
	border: 2px outset White;
}

.TextNormal {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: Black;
	font-weight: bold;
}