html{
height: 100%;
}
body{
	background-color: #000000;
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #ffffff;
	border: 0px;
	margin-top: 0px;
	height: 100%;
	text-align:center;
}
body.mceContentBody {
   background: #ccc;

}
img {
	border: none;
}
h1, h2 {
	font-family: "Courier New", Courier, mono;
	font-size: 18px;
	color: #ffffff;
	margin: 14px 0;
}
table {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	color: #000000;
}
td {
	vertical-align: top;
}
img.arrow {
	margin-bottom:10px;
	border:none;
}
td#tdMenu {
	height: 60px;
	vertical-align: bottom;
	text-align: right;
}

div#divMenu {
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
	vertical-align: bottom;
}
div#divMenu a:link, div#divMenu a:visited{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
div#divMenu a:hover, div#divMenu a:active{
	font-size: 14px;
	font-weight: bold;
	color: #5D9F84;
	text-decoration: none;
}