@charset "utf-8";
html {
 	min-height: 100%;
 	height: auto;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-color: #A80000;
	background-repeat: repeat-x;
	font-family: Tahoma;
}
body,td,th {
	color: #000;
	font-size: 12px;
}
h1{ font-size: 13px; color: #940000;}
h1 a  { text-decoration: none; font-size: 12px; color: #940000; }
h1 a:visited  { text-decoration: none; font-size: 12px; color: #940000; }
h1 a:hover  { text-decoration: none; font-size: 12px; color: #222222; }
h1 a:active  { text-decoration: none; font-size: 12px; color: #940000; }
h2{ font-size: 12px; color: #F8D108;}
.header {
	font-size: 12px;
	color: #FF0000;
}

.text1{color: #f5ca04; }
.text2{color: #F8D108; }
.text3{color: #ce0000; font-size: 18px;}
.text4{color: #77787B; font-size: 11px;}
.text5{color: #8B6900; font-size: 13px;}
.text6{color: #F32F0C; font-size: 13px;}
.text7{font-size: 13px;}
.text8{color: #FFFFFF; font-size: 18px;}
.text9{color: #F8D108; font-size: 16px;}
.text10{color: #FFFFFF; }
.textbox{
	color:#808080;
	background-color: #E6E6E6;
	border: none;
	text-align: left;
}

.more a  { text-decoration: underline;	color: #FF0000; }
.more a:visited  {text-decoration: underline;	color: #FF0000; }
.more a:hover  {text-decoration: none; color: #FF0000; }
.more a:active  {text-decoration: underline;	color: #FF0000;}

.menu a  { text-decoration: none;	color: #222222; }
.menu a:visited  { text-decoration: none;	color: #222222; }
.menu a:hover  { text-decoration: none; color: #ce0000; }
.menu a:active  { text-decoration: none; color: #222222; }

.link a  { text-decoration: none;	color: #f5ca04; }
.link a:visited  { text-decoration: none;	color: #f5ca04; }
.link a:hover  { text-decoration: none; color: #ce0000; }
.link a:active  { text-decoration: none; color: #f5ca04; }

.copyright {font-family: Tahoma; font-size: 11px;  color: #FFFFFF;};
.fig_bg {
	background-color: #e6e8e8;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
}

