body.body {
	overflow-x: auto;
	overflow-y: auto;
	margin: 0px;
}
body, p, td, th, ol, ul, li {
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}
a {
	color: #2B6D85;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4 {
	font-weight: normal;
	font-family: verdana, arial, helvetica, sans-serif;
}
h1 {
	font-size: 18px;
	margin: 0 0 15 0px;
}
h2 {
	font-weight: bold;
	color: #2B6D85;
	font-size: 15px;
	margin: 0 0 10 0px;
}
h3 {
	font-weight: bold;
	font-size: 13px;
	margin: 0 0 0 0px;
}
h4 {
	font-weight: bold;
	font-size: 12px;
	color: #874D0E;
}

.navLink1, .navLink1-on, .navLink2, .navLink2-on, .navLink3, .navLink3-on {
	width: 150px;
	display: block;
}
.navLink1, .navLink1-on {
	background: #F6F6F6;
	border-top: 1px solid #D4C8D8;
	border-bottom: 1px solid #D4C8D8;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	height: 16px;
	padding: 1 0 1 0;
	text-indent: 5px;
	margin: 4 0 4 0;
	color: #000000;
}
.navLink1:hover, .navLink1-on {
	color: #ffffff;
	background: #2B6D85;
	border-top: 1px solid #23586E;
	border-bottom: 1px solid #23586E;
	text-decoration: none;
}
.navLink2, .navLink2-on {
	border-bottom: 1px solid #DEDEDE;
	font-size: 11px;
	font-weight: bold;
	padding: 2 0 2 20px;
	color: #2B6D85;
}
.navLink2:hover, .navLink2-on {
	color: #ffffff;
	background: #2B6D85;
	text-decoration: none;
}
.navLink3, .navLink3-on {
	border-bottom: 1px solid #DEDEDE;
	font-size: 11px;
	font-weight: bold;
	padding: 1 0 1 30px;
	color: #F78C18;
}
.navLink3:hover, .navLink3-on {
	color: #ffffff;
	background: #F78C18;
	text-decoration: none;
}
.navLink1-on, .navLink2-on, .navLink3-on {
	cursor: default;
}
.contentArea {
	padding: 20 30 15 30px;
}
.footerLink {
	color: #ffffff;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}
.formTableTR {
	vertical-align: top;
}
.formTableTH {
	color: #580517;
	font-weight: bold;
	text-align: left;
}
.formElement, .formElementRequired {
	font-family: arial, helvetica, sans-serif;
	overflow-y: auto;
	width: 300px;
	border: 1px solid #cccccc;
}
.formElementRequired {
	color: #cc0000;
	border: 1px solid #cc0000;
}
.formButton, .formButtonDisabled {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffff;
	height: 22px;
	width: 150px;
	border: 1px solid #45432F;
	background-color: #580517;
}
.formButtonDisabled {
	color: #555555;
	background-color: #cccccc;
}
.whatsNewBox {
	border: 1px solid #F78C18;
	padding: 2px;
}
.whatsNewList {
	list-style: square url('images/bullet.gif');
	padding: 0 0 10 0;
	margin: 0 0 0 30;
}
.whatsNewItem {
	padding-bottom: 7px;
}
.breadcrumbs, .pageFooter {
	font-size: 8pt;
	color: #999999;
	text-align: right;
}
.breadcrumbs a, .pageFooter a {
	color: #999999;
	text-decoration: none;
}
.pageFooter {
	padding-top: 10px;
}

/* FORMS */
.formTable {
	font-family : times, serif;
}
.formTable tr {
	vertical-align : top;
}
.formTable th {
	color : #23586e;
	font-weight : bold;
	text-align : left;
	width : 140px;
}
.formTable textarea, .formTable input {
	font-family : arial, helvetica, sans-serif;
	overflow-y : auto;
	width : 300px;
	border : 1px solid #999999;
}
input.radio {
	width: auto;
	border: none;
}
input.formElementRequired {
	color : #990000;
	border : 1px solid #990000;
}
input.formButton, input.formButtonDisabled {
	height : 22px;
	width : 100%;
	font-weight : bold;
	font-size : 11px;
	text-transform : lowercase;
	color : #FFFFFF;
	border : 1px solid #23586e;
	background-color : #23586e;
}
.formButtonDisabled {
	color : #555555;
	background-color : #CDCAAB;
}