/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #53422F;
	background-image: url(/images/site_bg.jpg);
	background-repeat: no-repeat;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: 10pt;
	color: #333333;
}


a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #87775A;
}
a:active {
	color: #FFFFFF;
}

A.Footer_Link:LINK {
	color: #16120C;
	text-decoration: none;
	font-weight: normal;
} 
A.Footer_Link:VISITED {
	color: #16120C;
	text-decoration: none;
	font-weight: normal;
}
A.Footer_Link:HOVER {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}
A.Footer_Link:ACTIVE {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
} 


.bold {
	font-weight:bold;
}
.copyright {
	color: #16120C;
	font-size: 10pt;
}
.headline {
	font-weight:bold;
	font-size:11pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.headline_small {
	font-weight:bold;
	font-size:9pt;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.italic {
	font-style:italic;
}
.italic_bold {
	font-style:italic;
	font-weight:bold;
}
.small {
	font-size:11px;
}


#Footer_Ly {
	width:100%;
	text-align: center;
	margin: auto;
	padding-top: 6px;
	padding-bottom: 20px;
}
#Header_Ly {
	width:100%;
	height:265px;
	background-image: url(/images/header.gif);
	background-repeat: no-repeat;
	margin: auto;
}
#HeaderFlash_Ly {
	width:100%;
	height:265px;
	margin: auto;
}
#HomePage_Ly {
	width:754px;
	height:auto;
	margin: 60px auto auto;
}
#Page_Ly {
	width:100%;
	height:auto;
	margin: auto;
	background-image: url(/images/page_bg.gif);
	background-repeat: no-repeat;
}
#PageBottom_Ly {
	width:100%;
	height:35px;
	margin: auto;
}
#Screen_Ly {
	width:100%;
	height:auto;
	margin: auto;
	text-align: center;
}
#SubPage_Ly {
	width:754px;
	height:auto;
	margin:auto;
}


.forms {
	font-size: 9pt;
	color: #333333;
}
.forms_bold {
	font-size: 9pt;
	font-weight: bold;
	color: #333333;
}


.ContentHighlight {
	background:#E2E0D6;
	padding: 6px;
	margin: auto;
	border: 1px solid #C9C6B4;
	text-align: center;
	width: auto;
	height: auto;
}
