/* CSS Document */

.menuButton {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	width: 70px;
	height: 18px;
	color: #ffffff;
	background-color: #198CBD;
	border: solid 2px black;
	cursor: hand;
}

.pageHeading {
	font-family: Verdana;
	font-size: 12pt;
	font-weight:bold;
	color: #552B00;
}

.pageHeadingU {
	font-family: Verdana;
	font-size: 12pt;
	font-weight:bold;
	color: #552B00;
	text-decoration: underline;
}

A {
    color:#ffffff;
	font-family: Verdana;
	font-size: 8pt; 
	text-decoration: underline; 
}

.copyRight {
	font-family: monospace;
	font-size: 9pt;
	color:#000000;
}

.pageBodyLeft {
	font-family: Verdana;
	font-size: 10pt;
	color: #ffffff;
	text-decoration: underline;
}

.pageBodyLeft2 {
	font-family: Verdana;
	font-size: 10pt;
	color: #EFE6D6;
}

.pageBodyLeftBold {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	text-decoration: underline;
}


.pageBody {
	font-family: Verdana;
	font-size: 10pt;
	color: #000000;
}

.pageBody2 {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

.pageBody5 {
	font-family: Verdana;
	font-size: 11pt;
	font-weight: bold;
	color: #ffffff;
}

.pageBody3 {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}

.pageBody4 {
	font-family: Verdana;
	font-size: 9pt;
	color: #ffffff;
}

.borderedCell {
   border: solid 1px #000000;
}

.alignedCell {
	text-align: right;
}

.tableHeading {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: bold;
	color: #ffffff;
	vertical-align: bottom;
    background-color: #5F5F5F;
}


table.MASTERTABLE {
   width: 980px;
}

.style2 {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
}