BODY {
	background-color: "#222EA7";
	color: "#FFEE00";
}

td {
	padding: 2en;
}
.default {
	background-color: #99CCCC; 
	cursor : hand; 
	font-size: 8pt; 
	color: #000000; 
	font-family: Arial;
	border-bottom: 1px solid #C0C0C0;
	border-right: 1px solid #C0C0C0;
}
.labels2 {
	font: bold 8pt "Arial";
	padding-left: 2px;
	border: 0;
}
.comboinputstandard {
	font: bold 8pt "Arial";
	padding: 2px;
	background-color: "#CCEEFF";
	
}

.comboinputstandard2 {
	font: bold 8pt "Arial";
	padding: 2px;
	background-color: "#CCEEFF";
	text-align: right;
	
}

.results {
	font: normal 10pt "Arial";
	padding: 2px;
	background-color: "#222EA7";
	border: flat;
	font-weight: bold;
	color: "#00FF00";
}

.results2 {
	text-align: right;
	font: normal 10pt "Arial";
	padding: 2px;
	background-color: "#222EA7";
	border: flat;
	font-weight: bold;
	color: "#FF0000";
}

.button {
	width: 75px;
	height: 25px;
	font: normal 8pt "Arial";
	padding:2px
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	text-align: center;
	vertical-align: center;
	font-size: 8pt;
	font-weight: bold;
}
.smallbutton {
	width: 25px;
	height: 25px;
	font: normal 22pt "Arial";
	padding:0px;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #808080;
	border-bottom: 1px solid #808080;
	text-align: center;
	vertical-align: center;
	font-size: 8pt;
	font-weight: bold;
}