/* -- Misc Styles -- */
body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-left: 0px;
}

/* -- Cell and Copy Styles -- */
.cellSidebar {
	background-color: #B48628;
	background-image:  url("_images/sidebar_bg.jpg");
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
.cellBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4C3000;
	background-color: #C09848;
	margin-top: 21px;
	margin-left: 21px;
	padding-top: 21px;
	padding-left: 40px;
	margin-right: 40px;
	margin-bottom: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
}
.copyBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4C3000;
}
.copyInset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #4C3000;
}
.cellFooter {
	background-color: #FFFFFF;
	background-image:  url("_images/footer_bg_bot.gif");
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.titleSm {
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.titleMed {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.titleLarge {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

/* -- Link Styles -- */
a, a:visited, a:link {
	color: #FFE500;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.copySecondaryNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.copySecondaryNavOff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.copyInsetNavOff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.subSmall {
	font-size: 12px;
	font-weight: bold;
}
.copyNotes {
	font-size: 9px;
	font-style: italic;
}
.borderLight {
	border: 1px solid #B48628;
}
.formElement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #8E5B03;
	background-color: #EFE0C0;
	padding: 2px;
	border: 1px solid #8E5B03;
}
.formRow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #4C3000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A7843E;
}

