
body,div,span,td,th,input,textarea { 
	font-family: Arial, Tahoma, Verdana, sans-serif; 
	color: black;
	vertical-align: top; 
	font-size: 12px; 
}

body { 
	margin: 0; 
	padding: 0; 
	width: 100%;
	background-color: white;
}

table {
	border-collapse:collapse;
	border-spacing:0; 	
	margin:0; 
	padding:0
}
img{
	border: 0;
	border-width: 0;
}
td,tr{
	border: 0;
	margin: 0;
	padding: 0;
}
a {
	color: black;
	text-decoration: none;
}
a:hover, a:active {
	color: black;
	text-decoration: none;
}
input{
	height: 25px;
	width: 200px;
	border: 1px solid black;
}

#login {
	border: 4px solid black;
	height: 135px;
	width: 295px;
	background-color: #b0ada5;
	margin-top: 250px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-left: 5px;
}
#test1 {
	width: 200px; 
	height: 45px;
	font-size: 18px;
	font-family: T4C Beaulieux;
	padding-left: 22px;
	padding-top: 10px;
	text-align: center;
	text-decoration: underline;
}
#test2 {
	font-size: 14px;
	font-family: T4C Beaulieux;
	padding-left: 17px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
}
#test {
	width: 164px; 
	height: 43px;
	padding-left: 3px;
	padding-top: 15px;
	font-size: 18px;
	font-family: T4C Beaulieux;

}
#test:hover {
background-image: url('../img/buttonhover.jpg');
}
#test:active {
background-image: url('../img/buttonactive.jpg');
}
#littlenums {
	font-size: 11px;
}


input:hover,input.submit:hover,input.submit:focus,input:focus,textarea:focus,select:focus,select:hover,textarea:hover 
{ background-color: #d3d3d3; }


