@charset "utf-8";
body {
	background-color: #b30101;
	background-image: url(images/bg_02.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin:0;
	padding:0;
}
img {
	border:0;
}
.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.content_table {
	background-color: #a00001;
	border: 1px solid #ff0000;
}
.banner_cell {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ff0000;
}
.iframe_box {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
.iframe_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

