html, body {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: left;
	margin-left: 0px;
	padding: 0px;
}

#content {
	float: left;
	width: 70%;
	position: absolute;
	top: 185px;
	left: 20%;
	visibility: show;
	float: left;
	text-align: left;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	color: #000000;
	z-index: 1;
}

a:link, a:visited {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.0em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.0em;
	color: #C0C0C0;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.0em;
	color: #C0C0C0;
	text-decoration: none;
	font-weight: bold;
}

h2 {
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	line-height: 1.0em;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

ul {
margin: 0;
padding: 0;
list-style: none;
}

li {
line-height: 15px;
padding-left: 15px;
padding-top: 0px;
background-repeat: no-repeat;
background-position: 0px 2px;
}


table {
	line-height: 1.2em;
}

td {
	text-align: left;
	font-size: 1.0em;
	line-height: 1.2em;
}

.button {
  color: #C0C0C0;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 1.0em;
  font-weight: bold;
  border: 3px double #CCCCCC;
  width: auto;
  padding: 0px 5px;
  line-height: 18px !important;
  line-height: 16px;
  height: 26px !important;
  height: 24px;
  margin: 1px;
}

.inputbox {
	padding: 2px;
	border:solid 1px #CCCCCC;
	background-color: #FFFFFF;
}