body {
	FONT-FAMILY: Tahoma, Arial, Verdana, sans-serif;
	FONT-SIZE: 11px;
	COLOR: #FFF;
	margin: 0px;
	padding: 2% 0;
	background-color: #000;
}
.tbl_bg {
	background-image: url(/images/v1.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.td_border {
	background-image:url(/images/border.jpg);
	background-repeat:repeat-y;
}

A{
	COLOR: #975F49;
}
a:hover {
	color: #FF6600;
	text-decoration: none;
}
.h1 {
	color: #FFFFFF;
	font-size: large;
}
.copyright {
	font-size: 10px;
	color: #9A9A9A;
	padding-top:5px;
}
/*	NEWS	*/
.n_dt {
	font-size: 11px;
	color: #af9270;
	font-weight: 900px;
}
.n_tit {
	font-size: 12px;
	color: #af9270;
}
.n_text {
	font-size: 12px;
	color: #666666;
}
.n_link {
	font-size: 10px;
	color: #996633;
}


/*	----	*/

.text {
	font-size: 11px;
	color: #A8906A;
}
.text_black {
	font-size: 11px;
	color: #333333;
}
.text_white {
	font-size: 11px;
	color: #FFFFFF;
}
.text_large_white {
	font-size: large;
	color: #FFFFFF;
}
.text_large_black {
	font-size: large;
	color: #333333;
}
.head {
	font-family:tahoma;
	font-size: 14px;
	color: #660000;
	text-transform: uppercase;
}
.link_read_more {
	font-family:tahoma;
	font-size: 11px;
	color: #FFCC00;
	text-decoration: none;
	font-weight: 700;
}
.text_red {
	font-family:tahoma;
	font-size: 11px;
	color: #FF0000;
}
.footer {
	font-size: 11px;
	color: #333333;
	padding-top:5px;
}
.link_white {
	font-size: 15px;
	font-weight: 700;
	color: #FFFFFF;
	text-decoration: underline;
}
.link_large_red {
	font-size: large;
	color: #FF0000;
	text-decoration: underline;
}
.link_red {
	font-size: 9px;
	color: #FF0000;
	text-decoration: none;
}
a.link_menu {
	font-size: large;
	color: #FF0000;
	text-decoration: underline;
	font-weight: 700;
	text-transform: uppercase;
}
a.link_menu:hover  {
	text-decoration: none;
}
.style {
	font-size: 12px;
	color: #666666;
	background-color: #f9f9f9;
	padding: 2px;
	border: 1px solid #dfdfdf;
}
form {
	margin: 10px;
}
.input{font-size:9px;  color:#710000;}
.b_input {
	height: 17px;
	font-size: 11px;
}
.but_submit {
	background-color: #CC3135; /*#C00F15;*/
	border: 1px #990000 outset;
	padding: 1px 8px;
	color: #FFFFFF;
	height: 20px;
}

.doted_line {
	text-decoration: none;
	height: 1px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666666;
}

.div_notice_red {
	padding: 15px;
	background-color: #660000;
	font-size: 11px;
	color: #FFFFCC;
/*	border: 1px solid #e7e7e7;*/
}
