.rules {
	border: thin solid #666666;
}
.border {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.purpborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.whiteborder {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-top-style: solid;
}
.topborder {
	border-top: thin solid #000000;
	border-right: thin none #000000;
	border-bottom: thin none #000000;
	border-left: thin none #000000;
}
.foottext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	margin-top: 30px;
	vertical-align: middle;
	line-height: 18px;
	letter-spacing: 1px;
}
.bodytext {
	margin-top: 35px;
	margin-left: 50px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: justify;
	line-height: 15px;
	margin-right: 55px;
}
.leftrule {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	line-height: 15px;
}
.form {
	padding-left: 90px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 25px;
	padding-top: 45px;
	background-image: url(images/form_bgd.jpg);
}
.lil {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}
