@charset "UTF-8";
/* FLEW */

body,td,th {
	color: #211B04;
}

html, body {
	min-height: 100%;
}

body {
	background-color:#ffffff;
	color:#211B04;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:20px;
	margin:0;
	padding:0;
}

#totalBin {
	display:none;
}

.centreBin {
	position:relative;
	width:950px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#topBar {
	position:relative;
	width:100%;
	height:30px;
	background:#211B04;
}

#menuCol {
	position:relative;
	height:auto;
	width:173px;
	float:left;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;
}

#contentCol {
	position:relative;
	width:560px;
	height:auto;
	float:left;
}

#colBorder {
	position:relative;
	width:556px;
	height:auto;
	border-color:#e5e5e5;
	border-left:solid;
	border-left-color:#e5e5e5;
	border-left-width:2px;
	border-right:solid;
	border-right-color:#e5e5e5;
	border-right-width:2px;
	border-bottom:solid;
	border-bottom-color:#e5e5e5;
	border-bottom-width:2px;
}


#sideInfoCol {
	position:relative;
	width:153px;
	height:auto;
	float:left;
	padding:20px;
	z-index:2;
}

#clear {
	position:relative;
	width:195px;
	height:auto;
	float:clear;
}

/* ================================================ */
/* MENU */
/* ================================================ */

.menuTitle {
	margin-left:40px;
	margin-top:10px;
	margin-bottom:5px;
	font-size:14px;
	line-height:18px;
	color:#8C9196;
}

/* ================================================ */
/* TEXT STYLES */
/* ================================================ */

.disclaimer {
	font-size:11px;
	color:#211B04;
	padding-bottom:2px;
	margin-bottom:15px;
}

p {
	margin-left:30px;
	margin-right:30px;
	margin-bottom:30px;
}

.p2 {
	margin-top:-10px;
}

.homeText {
	font-size:14px;
	line-height:25px;
	color:#646464;
	margin-bottom:0px;
}

.gray {
	color:#646464;
}

.ltGray {
	color:#8C9196;
}

table {
	margin:30px;
}

table.noMargin {
	margin:0px;
}

.indent {
	text-indent:30px;
	margin-top:-30px;
}

.legalSheetIndexBin {
	margin-left:30px;
	width:500px;
}

.legalSheetNumBin {
	width:100px;
	float:left;
}

.legalSheetTitleBin {
	float:left;
	width:400px;
	margin-bottom:30px;
	margin-left:100px;
	margin-top:-96px;
}

.legalSheetTitle {
	font-size:20px;
	line-height:24px;
}

.legalSheetIndex {
	margin-left:6px;
	margin-bottom:30px;
}

.bodyTitle {
	font-size:16px;
	font-weight:bold;
}

.bodySubtitle {
	font-size:14px;
	font-weight:bold;
}

.noteBox {
	width:476px;
	padding:10px;
	margin-left:30px;
	margin-bottom:30px;
	border-color:#d24b00;
	border:solid;
	border-width:2px;
}

.bodyList {
	margin-top:-25px;
	margin-bottom:50px;
	margin-left:35px;
	margin-right:30px;
}

.bodyOList {
	margin-top:-25px;
	margin-bottom:50px;
	margin-left:40px;
	margin-right:30px;
}

.bodyList li, .bodyOList li {
	margin:0 auto 5px;	
}

/* ================================================ */
/* FORM */
/* ================================================ */

#formBin {
	width:500px;
	margin-left:30px;
}

.txtField {
	width:450px;
	background:#ffffff;
	font-size:14px;
	color:#211B04;
	border:solid;
	border-width:1px;
	border-color:#211B04;
}

.submitB {
	font-size:14px;
	color:#211B04;
}

/* ================================================ */
/* LINKS */
/* ================================================ */

a:link {
	color:#d24b00;
	text-decoration:none;
}

a:visited {
	color:#d24b00;
	text-decoration:none;
}

a:hover {
	color:#d24b00;
	text-decoration:underline;
}

a:link.notice {
	color:#ffffff;
	text-decoration:none;
}

a:visited.notice {
	color:#ffffff;
	text-decoration:none;
}

a:hover.notice {
	color:#ffffff;
	text-decoration:underline;
}

/* ================================================ */
/* SIDE */
/* ================================================ */

.sideBox {
	position:relative;
	width:151px;
	border:solid;
	border-width:1px;
	border-color:#646464;
	background:url(/images/sidebox_bg.gif) no-repeat;
	margin-bottom:20px;
}

.sideBox2 {
	position:relative;
	width:151px;
	border:solid;
	border-width:1px;
	border-color:#646464;
	margin-bottom:20px;
	background:#d24b00;
}

.sideText {
	font-size:11px;
	line-height:16px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

.sideText2 {
	font-size:11px;
	line-height:16px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:10px;
}

.sideList {
	font-size:11px;
	line-height:16px;
	margin-top:-10px;
	margin-left:-15px;
	margin-right:10px;
}

.sideOList {
	font-size:11px;
	line-height:16px;
	margin-top:-20px;
	margin-left:-5px;
	margin-right:10px;
}

/* ================================================ */
/* TOP */
/* ================================================ */

.topBin {
	position:relative;
	width:950px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
}

#logoBin {
	position:relative;
	width:225px;
	height:40px;
	float:left;
}

.topText {
	font-size:14px;
	margin-top:14px;
	width:725px;
	float:left;
}

/* ================================================ */
/* FOOTER */
/* ================================================ */

#footer {
	position:absolute;
	margin-top:30px;
	top:100%;
	width:100%;
	height:50px;
	color:#8C9196;
}

.footerBin {
	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:50px;
}

.footerRule {
	width:100%;
	height:1px;
	background:#e5e5e5;
}

.footerText {
	font-size:10px;
	margin-left:200px;
	margin-right:200px;
	text-align:center;
}

a:link.cld {
	color:#8C9196;
	text-decoration:none;
}

a:visited.cld {
	color:#8C9196;
	text-decoration:none;
}

a:hover.cld {
	color:#d24b00;
	text-decoration:none;
}

/* ================================================ */
/* PRINT */
/* ================================================ */

#printBin {
	position:absolute;
	top:0px;
	left:0px;
	width:560px;
	height:auto;
}

.legalSheetNumBinPrint {
	width:500px;
	float:left;
}

#homeLangTable {
	display:none;
}

.pageLangTable {
	display:none;
}

.pageLangTable2 {
	display:none;
}

.pageLangTablePrint {
	margin-top:-20px;
	width:500px;
}

#homeLangTablePrint {
	width:500px;
	float:left;
}

img.langB {
	width:160px;
	height:60px;
}