body {
	background-color: #8c957a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #8c957a;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #8c957a;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #8c957a;
}
a {
	color: #3366CC;
	text-decoration: none;
}

a:link {
	color: #8C957A;
	text-decoration: none;
}

a:visited {
	color:#8C957A;
	text-decoration: none;
}

a:hover {
	color:#000000;
	text-decoration: underline;
}

a:active {
	color:#B77239;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

input.big {
	width: 100px;
}

input.small {
	width: 50px;
}

