body {
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
	background-color:#AC0806;
}
.bottomtile {
	background-image: url(images/red_tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.button_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #E38E1F;
	text-decoration: none;
	vertical-align: middle;
}
.top_scale {
	background-image: url(images/top_scale.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.banner_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #94C9FE;
	border-right-color: #021E49;
	border-bottom-color: #021E49;
	border-left-color: #94C9FE;
}
