/* CSS Document */

table {
border-width: 0px;
	border-spacing: 0px;
	border-style: ouset;
	border-color: #dfdfdf;
	border-collapse: collapse;
	background-color: white;
}
table th {
	border-width: 0px;
	padding: 2px;
	border-style: inset;
	border-color: #ffffff;
	background-color: #dfdfdf;
	font: bold 9px Verdana;
		-moz-border-radius: ;
	text-align: center;
}
table td {
	font:  9px Verdana;
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #dfdfdf;
	background-color: white;
	  text-align: center;
	-moz-border-radius: ;
}

table td.gray {
	font:  9px Verdana;
	border-width: 1px;
	padding: 1px;
	border-style: inset;
	border-color: #dfdfdf;
	background-color: #efefef;
	   text-align: center;
	-moz-border-radius: ;
}
body {
	margin: 0px;
	height: 100%;
	padding: 0px;
	font-family: Arial, Helvetica, Sans Serif;
	line-height: 120%;
	font-size: 11px;
	color: #333333;

}
SELECT{ 
font:  9px Verdana;
}
.button{ 
font:  9px Verdana; !important;
}
.tiny {
	font: bold 8px Verdana;}
}
