/* CSS Document */


.menuButton {
	font-family: Arial;
	font-size: 10pt;
	width: 130px;
	color: white;
	background-color: #525252;
	border: solid 1px black;
	cursor: hand;
}

.borderedCell {
   border: solid 2px #666666;
}

.alignedCell {
	text-align: right;
}	

.tableHeading {
	font-family: monospace;
	font-size: 10pt;
	font-weight: bold;
	vertical-align: bottom;
    background-color: #EEEEEE;
}

.textHeading {
	font-family: verdana;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
}

.textBody {
	font-family: verdana;
	font-size: 8pt;
	color: #000000;
}

.textBodyLeft {
	font-family: verdana;
	font-size: 9pt;
	color: #000000;
}

.textBodyLeft2 {
	font-family: verdana;
	font-size: 10pt;
	color: #000099;
}
