/* CSS Document */

.greybuttons {
	background-color:#8894A2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	color:#FFFFFF;
	border:none;
	width:100px;
	height:20px;
}
.redbuttons {
	background-color:#800000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	color:#FFFFFF;
	border:none;
	width:100px;
	height:20px;
}
.redbuttons2 {
	background-color:#800000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	font-weight:bold;
	font-style:normal;
	color:#FFFFFF;
	border:none;
	width:auto;
	height:auto;
}