body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: F7EBFC;
	color: 660099;
	font-size: 13px;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	color: 955FAB;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: 955FAB;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: 955FAB;
}

td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 13px;
}

a {
	color: A567BC;
}

a:hover {
	color: BC48B2;
}

a:visited {
	color: 7266CA;
}

#topbanner {
	width: 100%;
	height: 90px;
	padding: 0px;
	margin: 0px;
}

#topbantitle {
	width: 600px;
	height: 63px;
}

.topbanfillt {
	width: 100%;
	height: 63px;
}

.topbanfillb {
	width: 100%;
	height: 27px;
}

.mainnav {
	width: 100px;
	height: 27px;
	border: none;
}

#basebar{
	width: 90%;
	height: 1px;
}

#basenav {
	width: 100%;
	text-align: center;
	font-size: 11px;
	clear: both;
}

.shortlinediv {
	width: 100%;
	text-align: center;
}

.shortline {
	width: 60%;
	height: 1px;
}

#maincontent {
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

.fielddesc {
	width: 25%;
	padding-left: 3px;
	text-align : left;
}
.fieldinput {
	width: 75%;
	padding-top: 2px;
	padding-bottom: 2px;
	vertical-align: top;
	text-align : left;
}
.formalt1 {
	background-color: F9F3FC;
}
.formalt2 {
	background-color: F7E2FC;
}
.buttonrow {
	text-align: right;
	padding: 4px;
}
.formbutton {
	height: 20px;
	width: 62;
	margin-top: 5px;
	padding: 0px;
	border: none;
	vertical-align: bottom;
}
.formerror {
	color: #FF0000;
	font-size: 9px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.formerrorwarn {
	color: #FF0000;
	font-size: 13px;
	text-align: center;
	padding-bottom: 4px;
}
.rf {
	float: right;
}
.lf {
	float: left;
}
.rc {
	clear: right;
}
.lc {
	clear: left;
}