/* CSS Document */

.red {color: red; font-style:italic; text-align:center}
.centerbody {
	position: relative;
	height: auto;
	width: 750px;
	left: auto;
	top: 0px;
	right: auto;
	bottom: auto;
	text-align: center;
	float: none;
}
.leftmargin {
	padding: 0px;
	float: left;
	width: 150px;
	left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.rightside {
	float: left;
	height: auto;
	width: 550px;
	border-left-width: thick;
	border-left-style: solid;
	border-left-color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: left;
}
.leftalignfull {
	padding: 0px;
	float: none;
	width: 750px;
	left: 0px;
	margin: 0px;
	position: relative;
}
	
.Formdesign {
	background-color: #CFF;
	margin: 5px;
	padding: 5px;
	height: auto;
	width: auto;
	border: medium solid #000;
}
.smalltext {
	font-size:smaller;
}
