body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: black;
	background-color: white;
	text-align: center;
	font-size:11px;
	/* part 1 of 2 centering hack */
	}
a {
	text-decoration: none;
	color: #4CA81A;
	}
a:hover {
	color: #ff6500;
	}
h2 {
	margin: 2px 0px 0px 0px;
	padding: 0 0 40px 0;
	font: 10px "Trebuchet MS", Arial,Helvetica,sans-serif;
	text-transform: uppercase;
	color: #666;
	}
hr {
	width:60%;
	style: dashed;
}
#table {
	/* width: 620px; */
	padding: 15px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	
	/* opera does not like 'margin:20px auto' */
	background: #FF9900;
	border:1px solid black;
	text-align:left; 
	/* part 2 of 2 centering hack */
	/* width: 620px; */ /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	/* width: 584px; */
	align: middle
}
	
.secondtable {
	border:1px solid black; 
	padding:8px; 
	background:#ffffff;
	text-align:justify;
}

.text, li {
	font-family:verdana, sans-serif;
	font-size:11px;
	margin-left:20px;
	margin-right:20px;
	line-height:140%;
	text-align:left;
}
#loginform {
	margin: 5px auto 5px auto;
	width: 200px;
	height: 80px;
	border: 1px dashed;
}
.input {
	font-size: 11px;
	font-family:tahoma,san-serif;
}
.button {
        font-size: 11px;
        font-family:tahoma,san-serif;
}
.center {
	text-align: center;
}
