
body {
	margin: 20px 0px 20px 0px;
	padding:0px;
	color:black;
	background-color:#40408C;
	font-size:14px;
	font-weight:normal;
	font-family:verdana,arial,sans-serif;
	text-align: center;
	border: 0;
	}

ul {margin: 12; padding: 0;}
li {list-style-type:square; margin: 3; padding: 2; }
a {
	color:#425984;
	text-decoration:none;
	}
a:link {color:#425984;}
a:hover {text-decoration:underline;}
a:visited {color:#425984;}
a:active {
color:#425984;}
}


input:focus, textarea:focus{
border-color: black;
background-color: gold;
}
.ev_post_table {
  background-color:white;
}

#footer {
color:#FFFFFFF;
font-size:0.8em;
font-weight:bold;
text-align:right;
}
#footer a {
color:#FFFFFF;
}
#footer a:hover {
color:#FFFFFF;
text-decoration:underline;
background-color:#2E638F;
}
.off_color {  color:red;  }
.on_color {  color:green;  }
.copyright {
	text-align: center;
	color:#FFFFFF;
}




#wrapper {
width: 740px;
}


a.info span {
display: none;
text-decoration: none;
}
a.info:hover span {
			display:block;
			position:absolute;
			top:2em;
			left:2em;
			width:15em;
			background-color: gold;
			border-top:1px solid #000;
			border-bottom:1px solid #000;
			border-right:1px solid #000;
			border-left:1px solid #000;
			text-decoration:none;
			padding: 0.5em;
			color:#000;
			text-align: left;
			font-style: normal;
			font-weight : normal;
}