html, body {
	font-family: "Lucidia Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	height: 100%;
	margin: 0px;
}
	
table {
	margin: 0px;
	background-color: #FFFFFF;
}

a, a:visited {
	font-weight: bold;
  text-decoration: none;
  color: #01B1B1;
	}

a:hover {
	font-weight: bold;
  text-decoration: none;
  color: #DCA749;
	}

a:active {
	font-weight: bold;
  text-decoration: none;
  color: #FFAA12;
	}

#headerTable {
	position: relative;
	top: 0px;
	left: 0px;
}

#mainTable {
	position: relative;
	top: -3px;
	left: 0px;
}

#footerTable {
	position: relative;
	top: -3px;
	left: 0px;
}

.req {
	font-weight: bold;
	color: #B10E10;
}