html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	}
#maintable{ 
		height: 100%; 
		}
		
		
.content{ 
		color: #646567; 
		font-size: 11px; 
		padding: 10px;
		width:625px;
		}
		
.contentcell{ 
			padding-left: 155px;
		}
	
	
.content a{ 
		color: #2b2626; 
		font-size: 11px; 
		text-decoration: underline; 
		}	
		
.content a:visited{ 
		color: #2b2626; 
		font-size: 11px; 
		text-decoration: underline; 
		}		
		
.content a:hover{ 
		color: #000000; 
		font-size: 11px; 
		text-decoration: underline; 
		}		
		
.content h1{ 
		color: #000000; 
		font-size: 26x; 
		font-weight: normal; 
		}
		
.input{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	width: 200px;
}
.select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	width: 200px;
}
.textarea{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #FF0000;
	width: 200px;
}

.radio{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	width: 15px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
		


		


		
		




