/*Style Sheet*/

/*element styles*/
BODY
	{
	font : 12px Georgia, "Times New Roman", Times, serif;
	background-color : #FFFFFF;
	color : #000000;
}
P,DIV,TH,TD,CENTER
	{
	font : 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	background-color: #FFFFFF;
}
A
	{
	color: #E18044;
    text-decoration: none;
}
A:active
	{
	color: #E18044;
    text-decoration: none;
}
A:link
	{
	color: #E18044;
    text-decoration: none;
}
A:visited
	{
	color: #E1A179;
    text-decoration: none;
}
A:hover
	{
	color: #E18044;
    text-decoration: underline;
}
P
	{
	margin: 5px;
}
/*end element styles*/

/*styles*/
.copy
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 20px;
}
.bold
	{
	font-weight : bold;
}
/*end styles*/
.tanBg {
	background-color: #iE9E8DA;
	background-image: url(images/E9E8DA_spacer.gif);
	background-repeat: repeat;
}
.drkTanBg {
	background-color: #6B6A5F;
	background-image: url(images/6B6A5F_spacer.gif);
	background-repeat: repeat;
}
.orangeBg {
	background-color: #E18044;
	background-image: url(images/E18044_spacer.gif);
	background-repeat: repeat;
}
.grnBg {
	background-color: #659498;
	background-image: url(images/659498_spacer.gif);
	background-repeat: repeat;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #6B6A5F;
	text-align: right;
	line-height: 18px;
	padding-right: 42px;
}
/*left nav arrow*/
#lftNav a {
	background-color: #659498;
	display:block;
	margin: 0px;
	padding-left: 16px;
	background: url("images/spacer.gif") no-repeat;
	}
#lftNav a:active {
	background-color: #659498;
	background: url("images/spacer.gif") no-repeat;
	}
#lftNav a:hover {
	background-color: #659498;
	background: url( 'images/arrow.gif' ) 0px no-repeat;
	}
/*end left nav arrow*/

.pageHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #E9E8DA;
	background-color: #E18044;
	background-image: url(images/E18044_spacer.gif);
	background-repeat: repeat;
}
.navBg {
	background-image: url(images/navBg.gif);
	background-repeat: repeat;
}
.sudHead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #659498;
	page-break-before: always;
}
.fine {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
	font-style: italic;
	color: #000000;
	line-height: 12px;
}
