BODY
{
	background-color:#cbd0bd;
	color:black;
}


.button
{
	background-color:#7b8a6d;
	color:white;
	text-transform:lowercase;
	font-family:Verdana;
	font-weight:normal;
	font-size:10pt;
	text-align:center;
	vertical-align:middle;
	height:30px;
	border-style:outset;
	border-color:Olive;
}


.buttonover
{
	background-color:#cbd0bd;
	color:#154c00;
	text-transform:capitalize;
	font-family:Verdana;
	font-weight:normal;
	font-size:10pt;
	text-align:center;
	vertical-align:middle;
	height:30px;
	border-style:inset;
	border-color:Olive;
}

