/* CSS file */
body {
  background-color : #3f2610;
  background-image : url(../images/MainBackground.jpg);
}

hr {
	color: #b9b5a5;
	background-color: #b9b5a5;
	height : 1px;
	border : 0px;
}

.mainTable {
  background-color : #e9e5d5;
}


/*copyright section of the footer*/
.copyright {
  font-size : 8pt;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color : #cccc00;
}

/* B A C K G R O U N D S */
.bgB3751D {
	background-color : #b3751d;
}

.bgE9E5D5 {
	background-color : #e9e5d5;
}

.bgB87E2C {
	background-color : #b87e2c;
}


.textBlack_BI_1 {
  font-size : 20pt;
  line-height : 110%;
  font-family : geneva, tahoma, sans-serif;
  font-weight : bold;
  font-style : italic;
  color : #000000;
}
.textRed_BI_1 {
  font-size : 20pt;
  line-height : 110%;
  font-family : geneva, tahoma, sans-serif;
  font-weight : bold;
  font-style : italic;
  color : #CC0000;
}

.textBlack_BI_2 {
  font-size : 15pt;
  line-height : 110%;
  font-family : geneva, tahoma, sans-serif;
  font-weight : bold;
  font-style : italic;
  color : #000000;
}

.textRed_BI_2 {
  font-size : 15pt;
  line-height : 110%;
  font-family : geneva, tahoma, sans-serif;
  font-weight : bold;
  font-style : italic;
  color : #CC0000;
}

.textBlack_BI_3 {
  font-size : 11pt;
  line-height : 110%;
  font-family : geneva, tahoma, sans-serif;
  font-weight : bold;
  font-style : italic;
  color : #000000;
}

.textBlack_B_3 {
  font-size : 11pt;
  line-height : 110%;
  font-family : geneva, tahoma, sans-serif;
  font-weight : bold;
  color : #000000;
}

.textBlack_I_3 {
  font-size : 11pt;
  line-height : 110%;
  font-family : geneva, tahoma, sans-serif;
  font-style : italic;
  color : #000000;
}
.textBlack3 {
  font-size : 11pt;
  line-height : 110%;
  font-family : geneva, tahoma, sans-serif;
  color : #000000;
}

.textBlack2andHalf {
  font-size : 13pt;
  line-height : 110%;
  font-family : geneva, tahoma, sans-serif;
  color : #000000;
}
.textBlack2 {
  font-size : 15pt;
  line-height : 110%;
  font-family : geneva, tahoma, sans-serif;
  color : #000000;
}
.textRed2 {
  font-size : 15pt;
  line-height : 110%;
  font-family : geneva, tahoma, sans-serif;
  color : #CC0000;
}
.textBlack4 {
  font-size : 9pt;
  line-height : 110%;
  font-family : geneva, tahoma, sans-serif;
  color : #000000;
}










table.mocha {
	font:normal 76%/150% geneva, tahoma, sans-serif;
	border-collapse:separate;
	border-spacing:0;
	margin:0 0 1em;
	color:#000;
	}
table.mocha a {
	color:#523A0B;
	text-decoration:none;
	border-bottom:1px dotted;
	}
table.mocha a:visited {
	color:#444;
	font-weight:normal;
	}
table.mocha a:visited:after {
	content:"\00A0\221A";
	}
table.mocha a:hover {
	border-bottom-style:solid;
	}

table.mocha thead th,
table.mocha thead td,
table.mocha tfoot th,
table.mocha tfoot td {
	border:1px solid #523A0B;
	border-width:1px 0;
	background:#EBE5D9;
	}
table.mocha th {
	font-weight:bold;
	line-height:normal;
	padding:0.25em 0.5em;
	text-align:left;
	}
table.mocha tbody th,
table.mocha td {
	padding:0.25em 0.5em;
	text-align:left;
	vertical-align:top;
	}
table.mocha tbody th {
	font-weight:normal;
	white-space:nowrap;
	}
table.mocha tbody th a:link,
table.mocha tbody th a:visited {
	font-weight:bold;
	}
table.mocha tbody td,
table.mocha tbody th {
	border:1px solid #fff;
	border-width:1px 0;
	}
table.mocha tbody tr.odd th,
table.mocha tbody tr.odd td {
	border-color:#EBE5D9;
	background:#F7F4EE;
	}
table.mocha tbody tr:hover td,
table.mocha tbody tr:hover th {
	background:#ffffee;
	border-color:#523A0B;
	}
table.mocha caption {
	font-family:Georgia,Times,serif;
	font-weight:normal;
	font-size:1.4em;
	text-align:left;
	margin:0;
	padding:0.5em 0.25em;
	}
