.bg {
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #eff0ee;
}
.bgborder {
	background-image: url(../images/bg-border.gif);
}
.bggrey {
	background-color: #ededed;
	border: 1px solid #cccccc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}
.greyborder {
	border: 1px solid #cccccc;
}
.arial14black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
}
.arial30maroon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #b80000;
	font-weight: normal;
}
.highlite {
	background-color: #FFFF00;
}
.dottedboarder {
	border: thin dashed #999999;
}
.solidborder {
	border: thin solid #999999;
}
