html{
	height: 100%;
	margin-bottom: 1px;
}
body{
	color:#000000;
	padding: 0px;
    margin: 0px;
	height: 100%;
	font-family:tahoma,arial,helvetica, sans-serif;
}
h1 {
	font-size:20px;
	font-weight:bold;
}
img{
	border:none;
}
.dollarFld {
	text-align:right;
}
	
.button {
	border: 1px solid #666666;
	font-weight: normal;
	font-size: 11px;
	width: 80px;
	cursor:pointer;
}

.button2 {
	border: 1px solid #666666;
	font-weight: normal;
	font-size: 11px;
	cursor:pointer;
}

.tdHighlight{
    color: white;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 0px 2px 3px;
	text-align:left;
    border-right: #cc6600 1pt;
    border-top: #cc6600 1pt;
    border-left: #cc6600 1pt;
    border-bottom: lightgrey 1pt solid;
    background-color: #990000;
}

.tdMenu{
    color: black;
	font-weight: bold;
	font-size: 13px;
    border-bottom: #990000 1px solid;
    background-color: #cccc33;
	padding: 2px 0px 2px 3px;
	text-align:left;
}