body {
	margin: 0px;
	padding: 0px;
}
td {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 18px;
	color: #666633;
}
.bar {
	height: 20px;
	background-image: url(images/layout/bar_bg.gif);
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main {
	text-align: left;
	vertical-align: top;
	padding: 30px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666633;
}
.pagetitle {
	font-size: 36px;
}
.pagetitle2 {
	font-size: 28px;
}
#footer {
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	vertical-align: top;
	color: #666633;
	padding: 15px;
}
a:link, a:visited, a:active {
	color: #666633;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666633;
}
.formLeft {
	text-align: right;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #666600;
	border-bottom-color: #BCE4F1;
}
.formRight {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BCE4F1;
}