/* CSS Document */
body{
background-color: #F9F6F1;
margin-top: 0;
} 
.logo-back {
	background-image: url(images/logo-back.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 800px;
}
.font-11 {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	text-align: justify;
}
.right-table {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #B56B40;
}
.left-table {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #B56B40;
}
.footer-font {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #FFFFFF;
}
/* link style for footer */
.footer-font A:link {
    color: #FFFFFF;
	font-weight: bold;
	text-decoration: none }
.footer-font A:visited {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none}
.footer-font A:active {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none}
.footer-font A:hover {	
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;}
.bottom-line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663300;
}
.right-line {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	text-align: justify;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #663300;
}

.inpage-link A:link {color: #000000; text-decoration: none;}
.inpage-link A:visited {color: #000000; text-decoration: none;}
.inpage-link A:active {color: #000000; text-decoration: none;}
.inpage-link A:hover {color: #000000; text-decoration: none;}
