@charset "UTF-8";
@import url("../forms.css");
/* CSS Document */

#container {
	width: 750px;
	background: #FFFFFF;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: auto;
	font-family: "Times New Roman", Times, serif;
}#header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	height: 20px;
	width: 750px;
	background-color: #666;
	text-align: center;
}
#text {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #666;
	height: inherit;
	width: 750px;
	line-height: 40px;
	text-align: justify;
	
}

