
body {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: white;
}

div.hdr {
	font-size: 14pt;
	font-family: Verdana, Arial;
	font-weight: bold;
	margin: 10px;
	margin-top: 20px;
	color: RGB(85,21,1);
}

div.info {
	font-size: 12pt;
	font-family: Verdana, Arial;
	margin: 10px;
	margin-top: 20px;
}

div.feeWarning {
	font-size: 11pt;
	font-family: Verdana, Arial;
	margin: 10px;
	margin-top: 100px;
}

div.feeWarning p {
	font-size: 10pt;
	font-family: Verdana, Arial;
}

table.btmTbl {
	position: absolute;
	width: 100%;
	bottom: 5px;
	border-top: 1px RGB(204,204,204) solid;
	border-spacing: 0px;
}

table.btmTbl td {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	padding: 15px;
	text-align: right;
}

table.btmTbl td.msg {
	font-family: Verdana;
	font-size: 12px;
	color: black;
	padding: 15px;
	text-align: left;
}

#txtAcct {
	font-family: Verdana;
	font-size: 14pt;
	color: black;
	width: 200px;
	border: 2px black solid;
}

label {
	color: black;
	font-weight: bold;
	font-size: 11pt;
}

#txtDbtr {
	font-family: Verdana;
	font-size: 14pt;
	color: black;
	width: 350px;
	border: 2px black solid;
}

span.txtTip {
	font-family: Verdana;
	font-size: 8pt;
	font-weight: normal;
	color: black;
}

input.btn, input.btno {
	font-family: Verdana;
	font-size: 10pt;
	color: black;
	font-weight: bold;
	background-color: white;
	background-image: URL(btnback.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px RGB(160,160,160) solid;
	padding: 8px;
}

input.btno {
	border: 1px RGB(85,21,1) solid;
}