body,html {
	MARGIN-LEFT: 0px;
	MARGIN-right: 0px;
	MARGIN-TOP: 0px;
	MARGIN-BOTTOM: 0px;
	FONT-SIZE: 12px;
	font-family: arial, helvetica, sans serif;
      COLOR: white;
	background:#292929;
	height:100%;
}
td {
	font: 12px arial, helvetica, "sans serif";
	color: white;
}
img {
	display:block;
}
h1 {
	font: bold 15px arial, helvetica, "sans serif";
      COLOR: white;
	display:inline;
}
h2 {
	font: bold 14px arial, helvetica, "sans serif";
      COLOR: #b46203;
	display:inline;
}
h3 {
	font: bold 12px arial, helvetica, "sans serif";
      COLOR: white;
	display:inline;
}
a:link, a:active, a:visited {
	color: #b46203;
	text-decoration:none;
}
a:hover {
	color: #b46203;
	text-decoration:underline;
}
.menu {
	white-space:nowrap;
}
.menu a:link, .menu a:active, .menu a:visited {
	margin:0px 15px;
	color:white;
	font: bold 13px arial, helvetica, "sans serif";
	text-decoration:none;
}
.menu a:hover {
	font: bold 13px arial, helvetica, "sans serif";
	color:#b46203;
	text-decoration:none;
}
.menuAt {
	white-space:nowrap;
}
.menuAt a:link, .menuAt a:active, .menuAt a:visited, .menuAt a:hover {
	margin:0px 22px;
	color:#b46203;
	font: bold 13px arial, helvetica, "sans serif";
	text-decoration:none;
}
.homeContent {
	text-align:justify;
	font-size:14px;
}
.subMenu {
	padding-bottom:8px;
}
.subMenu a:link, .subMenu a:active, .subMenu a:visited {
	color:#b46203;
	font: 13px arial, helvetica, "sans serif";
	text-decoration:none;
}
.subMenu a:hover {
	font: 13px arial, helvetica, "sans serif";
	color:white;
	text-decoration:none;
}
.subMenuAt {
	padding-bottom:8px;
}
.subMenuAt a:link, .subMenuAt a:active, .subMenuAt a:visited, .subMenuAt a:hover {
	font: 13px arial, helvetica, "sans serif";
	color:white;
	text-decoration:none;
}	
.credit {
	font-size: 11px;
	color: #6b6b6b;
}
.credit a:link, .credit a:active, .credit a:visited {
	font-size: 11px;
	text-decoration:none;
	color: #6b6b6b;
}
.credit a:hover {
	font-size: 11px;
	text-decoration:underline;
	color: #6b6b6b;
}
.keys a:link, .keys a:visited {
	font-size: 11px;
	color: #6b6b6b;
	text-decoration: none;
}
.keys a:hover, .keys a:active {
	font-size: 11px;
	text-decoration:none;
	cursor:text;
	color: #6b6b6b;
}
.DESVALFieldWithError {
	background-color:#f8a545;
}