html,body {
	font-family: Arial, sans-serif;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	background: black;
	color: white;
	height: 100%;
	min-height: 100%;
	
}

.maintable {
	/*background-image: url('../images/EAS004.background.jpg');
	background-repeat: no-repeat;
	background-position: top center;*/
	background-color: #0b1d45; /* #042143 #0b1c44 */
	border-spacing: 0;
}

#contenttable { 
  background-image: url('../images/EAS004.background.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #0b1d45; /* #042143 */
  padding-top: 20px;
}

dt {
	margin-top: 10px;
}

.menu {
	/*margin-left: 20px;*/
	position:relative;
	top:0px;
	left: 0px;
	background-image: url('../images/EAS004.menu.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 27px;
}

.index {
	color: white;
}

.footer {
	width: 936px;
	background-color: #000;
	padding: 15px;
	color: white;
	font-size: 0.7em;
}

.header {
	color: black;
}

a:hover {
	text-decoration: underline;
	color: white;
}
a:link {
	text-decoration: underline;
	color: white;
}
a:visited {
	text-decoration: underline;
		color: white;
}

a.header:hover {
	text-decoration: none;
	color: #ffffff;
}
a.header:link {
	text-decoration: none;
	color: #ffffff;
}
a.header:visited {
	text-decoration: none;
	color: #ffffff;
}

a.widget:hover {
	text-decoration: none;
	color: #f8da3e;
}
a.widget:link {
	text-decoration: none;
	color: #f8da3e;
}
a.widget:visited {
	text-decoration: none;
	color: #f8da3e;
}

a.footerlink:hover {
	text-decoration: underline;
	color: white;
}
a.footerlink:link {
	text-decoration: underline;
	color: white;
}
a.footerlink:visited {
	text-decoration: underline;
	color: white;
}

a.blacklink:hover {
	text-decoration: underline;
	color: white;
}
a.blacklink:link {
	text-decoration: underline;
	color: white;
}
a.blacklink:visited {
	text-decoration: underline;
	color: white;
}

