body {
	background-image: url(images/bg.gif);
}
td {
	font: normal 11px Tahoma, Arial;
	color: #000000;
}
.white {
	color: #FFFFFF;
}
.blue {
	color: #086F98;
}
.px10 {
	font-size: 10px;
}
ul {
	list-style: none;
	padding: 15px;
}
li {
	background: url(images/menu_fig.gif) no-repeat left center;
	padding: 4px 0px 4px 25px;
}
a {
	font: normal 11px Tahoma, Arial;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
.footer {
	background: #086F98;
	padding: 25px;
	text-align: center;
}
.footer a {
	padding: 0px 10px;
	color:#FFFFFF;
}

.main  {
	font: normal 11px Tahoma, Arial;
	color: #000000;
	}
.main a:active {text-decoration: underline; color: black;}
.main a:link {text-decoration: none; color: black;}
.main a:visited {text-decoration:none; color:black; } 

.centerFieldset {
text-align:center;
}

.centerFieldset fieldset {
display:inline;
margin-left:auto;
margin-right:auto;
/* INHERITED ALIGNMENT IS CENTER. ONLY INCLUDE THIS IF YOU WANT */
/* TO CHANGE THE ALIGNMENT OF THE CONTENTS OF THE FIELDSET */
text-align:left;
}

fieldset { border:1px solid #71C32A;
width:300px;}

legend {
  padding: 0.2em 0.5em;
  border:1px solid #71C32A;
  color:black;
  font-size:90%;
  text-align:right;
  }
  
  .signup { font-family:Arial, Helvetica, sans-serif; font-size: 12px; color:#000000;}
  .signup a:link {color:#000000;}
  
