#Contact {
	}
#Contact h1 {
	font-family: 			Arial, Helvetica, sans-serif;
	font-size: 				14px;
	font-weight: 			bold;
	color: 					#333333;
}
#Contact table {
	font-family: 			Verdana;
	font-size: 				10px;
	color: 					#000000
}
#C_out {
	color: 					#000000;
	background-color: 		#CCCCCC;
	border: 1px solid 		#000000;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				10px;
	margin: 				2px;
}
#C_on	{
	color: 					#000000;
	background-color: 		#FFFFFF;
	border: 1px solid 		#000000;
	font-family: 			Verdana, Arial, Helvetica, sans-serif;
	font-size: 				10px;
	margin: 				2px;
}
input {
	width: 					300px;
}
textarea {
	width: 					300px;
}
.top_under_border {
	border-top-width: 		2px;
	border-bottom-width:	2px;
	border-top-style: 		solid;
	border-bottom-style:	solid;
	border-top-color: 		#333333;
	border-bottom-color:	#333333;
}
