.bg_banner {
	background-image: url(images/banner_bg.jpg);
	background-repeat: repeat-x;
}
.body_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}
.color_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0;
	font-style: italic;
}
.title {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #FF0;
}
.black_text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.line_top_bottom {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}
.orange_links a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	text-decoration: underline;
}
.orange_links a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #F60;
	text-decoration: underline;
}
.orange_links a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6;
	text-decoration: underline;
}.border {
	border: 1px solid #FF0;
}
.orange_bold {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #FC0;
}
.tmp_bg {
	background-image: url(images/index_06.jpg);
}

