body {
	background-color: #333;
	margin: 0px;
	padding: 0px;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.bg_fred {
	background-color: #B61A1A;
	color: #FFF;
}

.bg_page {
	background-color: #FFF;
	background-image: url(img/bg_page.gif);
	background-repeat: repeat-y;
}
.h_logo {
	background-color: #CCC;
	background-image: url(img/h_logo.gif);
	height: 170px;
	width: 275px;
}
.h_img {
	background-color: #CCC;
	background-image: url(img/h_img.jpg);
	height: 170px;
	width: 575px;
}
.foter {
	background-color: #999;
	background-image: url(img/futer.gif);
	background-repeat: no-repeat;
	height: 40px;
}
.bg_white {
	background-color: #FFF;
}

.padbox {
	padding: 5px;
}
.txt_red {
	color: #B61A1A;
}
.txt_left {
	text-align: left;
}
.button {
	background-color: #B61A1A;
	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: #FFF;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #FFF;
	font-weight: bold;
	color: #FFF;
}
.ch_box {
	width: 5px;
	background-color: #F00;
	height: 30px;
	visibility: hidden;
}
.p_indent {
	text-indent: 25px;
}
.txt_white {
	color: #FFF;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
