body {
	background-color:#989D7D;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.style1 {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}

p, td {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
}

th {
	font-size: 11px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 125%;
	font-weight:bold;
}

select, input {
	font-size: 11px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}



/*--------------------Signup page--------------------*/
a.info {
	position:relative; /*this is the key*/
	z-index:24;
}

a.info:hover {
	background-color:#E7AF04; /* must include this for IE, for some strange reason; therefore, just match the page bg */
	z-index:25;
}

a.info span {
	display: none;
	font-size:11px;
	padding:2px;
}

a.info:hover span { /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	top:0em; left:10em; width:10em;
	border:2px solid #E7AF04;
	background-color:#3E6491;
	color:#fff;
	text-align: left;
	text-decoration:none;
}

a:link {
	color: #669933;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #336600;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
hr {
	border: none 0;
	border-top: 1px solid #000000;
	width: 100%;
}