body,td,th, input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333300;
}
body {
	background-color: #2f4638;
}


.style1 {font-size: x-small}
h1{ font-size:1.2em;}
h2{ font-size:1.1em;}
h1, h2, h3 { color: #2f4638}
a:link {
	color: #333300;
}
a:visited {
	color: #333300;
}
a:hover {
	color: #999999;
}
a:active {
	color: #999999;
}
.style1 {font-size: x-small;  color: Gainsboro}


table.sample {
	border-width: 0px;
	border-spacing: ;
	border-style: solid;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.sample th {
	border-width: 1px;
	padding: 2px;
	border-style: inset;
	border-color: gray;
	background-color: gainsboro;
	-moz-border-radius: ;
}
table.sample td {
	border-width: 0px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: #F2F2F2;
	-moz-border-radius: ;
}

