.text_sub {
	font-size: 10px;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.text_title {
	font-size: 14px;
	font-weight: bold;
}
.text_red {
	color: #BF0A18;
	font-size: 12px;
}
.a {
	color: #BF0A18;
	text-decoration: underline;
}
.a:hover {
	color: #0000FF;
	text-decoration: none;
}
.a_big {
	color: #BF0A18;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;

}
.a_big:hover {
	color: #0000FF;
	text-decoration: none;
}
.a_nav {
	color: #BF0A18;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.a_nav:hover {
	color: #0000FF;
	text-decoration: underline;
}
.a_footer {
	font-size: 11px;
	color: #E4FF90;
	text-decoration: underline;
}
.a_footer:hover {
	color: #BF0A18;
	text-decoration:none;
}
.footer {
	font-size: 11px;
	color: #E4FF90;
}
.bg_no_rep {
	background-repeat: no-repeat;
}
.bg_no_rep_pos {
	background-repeat: no-repeat;
	background-position: top;
}
.bg_no_rep_bottom {
	background-repeat: no-repeat;
	background-position: bottom;
}
.bg_repx_top {
	background-repeat: repeat-x;
	background-position: top;
}
.bg_repx_bottom {
	background-repeat: repeat-x;
	background-position: bottom;
}
.index_form{
	background:none;
	border: 1px solid #F19811;
}
.index_form:focus{
	background: #E4FF90;
}
.index_form:hover{
	background: #E4FF90;
}
.link_button {
	color: #000000;
	text-decoration: none;
	background-color: #FF9900;
	border: #FF6600 solid 2px;
	border-top-color: #FFCC00;
	border-left-color: #FFCC00;
	padding: 3px;
}
.link_button:hover {
	background-color: #FED048;
}
.button {
	color: #000000;
	border: #FF6600 solid 2px;
	background-color: #FF9900;
	border-top-color: #FFCC00;
	border-left-color: #FFCC00;
	padding: 3px 3px 3px 3px;
	cursor: pointer;
	cursor: hand;
}
.button:hover {
	background-color: #FED048;
}
