/* 12/5/2007 attempt new design for EA */

/* main attributes */

body {
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	text-align:center;
}

#maincontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	width: 850px;
}
#headertable {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	background-color: #333333;
	padding: 2px;
	font-size: 10px;
}
#contenttable {
	width: 100%;
	font-family: "Gill Sans MT";
	background-color: #E3E2FE;
	font-size: 12px;
}
#footertable {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #333333;
	font-size: 11px;
	color: #999999;
}
.bodytext {
	Color: #333333;
	}
.bodytext a:link, .bodytext a:active, .bodytext a:visited {
	color: #666666;
	font-family: "Gill Sans MT";
	font-size: 12px;
	}
.bodytext a:hover {
	color: #336699;
}
.error {
	color:#CC0000;
	}
.bodyheader {
font-size: 18px;
}
/* Navigation styles below */

.nav a:link, .nav a:active, .nav a:visited {
	font-size: 12px;
	color: #999999;
	text-align: center;
	width: 75px;
	display: block;
	text-decoration: none;
}
.nav a:hover {
	font-size: 12px;
	color: #FFFF00;
	text-align: center;
	width: 75px;
	display: block;
	text-decoration: none;
}

/* ####################### */

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	background-color: #333333;
	border: 1px groove #000000;
}

