.backround-top {
	background-image: url(images/background-top.gif);
	background-repeat: repeat-x;
}

.backround-middle {
	background-image: url(images/background-middle.gif);
	background-repeat: repeat-y;
}

.backround-bottom {
	background-image: url(images/background-bottom.gif);
	background-repeat: repeat-x;
}

.backround-footer {
	background-image: url(images/background-footer.gif);
	background-repeat: repeat-y;
}.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: left;
}
.redbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #CC0000;
}
.subhead-red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #CC0000;
}
