a:link {
	color: #ffaf2d;
	text-decoration: none;
}
a:visited {
	color: #ffaf2d;
	text-decoration: none;
}
a:hover {
	color: #ff3300;
	text-decoration: none;
}




h1 {
font-size:16px;
font-family:verdana, Helvetica, sans-serif;
color:#B3D334;
}

h2 {
font-size:12px;
font-family:verdana, Helvetica, sans-serif;
color:#0092DD;
}

body {
	text-align:center;
	padding:0;
	font-family: Arial;
	font-size:11px;
	color:black;
}


#outer {
	text-align:left;
	width:800px;	
}

#content {
	width:800px;
	height:300px;	
	text-align:center;
	padding: 10px;
}

td {
	font-family: Arial;
	font-size:11px;
	}

.login-button {
	border: 1 solid; 
	background-color: #ffffff;
}

.input-userpass {
	border: 1 solid; 
	background-color: #ffffff;
}

.text-area {
border: 1px solid #666666;
}

.select-form {
	border: 1px solid black;
	background-color: #ffffff;
}