body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.footertext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9c4065;
}
.headlinetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #9c4065;
	font-weight: bold;
}
.navtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.navtext:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9c4065;
	font-weight: bold;
	text-decoration: none;
	background-color:#FFFFFF;
}
.sidenavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9c4065;
	font-weight: bold;
	text-decoration: none;
}
.sidenavtext:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color:#9c4065;
}
.rightborder {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9c4065;
}
.fullborder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9c4065;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9c4065;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #9c4065;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9c4065;
}




table.account-form {
	display: block;
	float: left;
	width: 500px;
}
table.account-form tr {
	display: block;
	float: left;
	width: 500px;
	margin-bottom: 10px;
}
table.account-form tr.radio-row {
	margin-bottom: 0px;
}
table.account-form tr td {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
}
table.account-form tr td.total {
	width: 500px;
}
table.account-form tr td.half {
	width: 240px;
}
table.account-form tr td.street {
	width: 350px;
}
table.account-form tr td.apt {
	width: 130px;
}
table.account-form tr td label {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
table.account-form tr td input {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
table.account-form tr td.total input.text {
	width: 400px;
}
table.account-form tr td.half input.text {
	width: 200px;
}
table.account-form tr td.street input.text {
	width: 300px;
}
table.account-form tr td.apt input.text {
	width: 100px;
}
table.account-form tr td input.submit {
	font-weight: normal;
}
table.account-form tr td br {
	clear: both;
}
