@charset "utf-8";
/* CSS Document */

body, td, div, h1, h2, h3, h4, h5, h6, p {
	font-family: Arial, Helvetica, sans-serif;
	color: #6b6b6b;
	
}
h1, h2, h3, h4, h5, h6{
	color: #3c392b;
	margin: 4px 0 4px 0;
}


body{
	padding: 0;
	margin: 0;
	background-color: #edeced;
}

body, td{
	font-size: 11px;
	color: #40565f;
}


p{
	padding: 5px 0 5px 0;
	margin: 0;
	text-align: justify;
}

ul{
	margin: 0 0 5px 20px;
}

ol{
	margin: 0 0 5px 30px;
}

form{
	margin-top: 0;
	margin-bottom: 0;
}

a img{
	border: none;
}

a{
	color: #2c2c2c;
	text-decoration: none;
	font-weight: normal;
	font-size: 11px;
}

a:hover{
	color: #2c2c2c;
	text-decoration: underline;
	font-weight: normal;
	font-size: 11px;
}

.right_bg{
	background-image: url(../img/right_bg.jpg);
	background-repeat: repeat-y;
}

.left_bg{
	background-image: url(../img/left_bg.jpg);
	background-repeat: repeat-y;
}

.content_padding{
	padding: 0 11px 0 11px;
}

.content_padding_left{
	padding-left: 11px;
}

ul.menu{
	margin: 0px;
	padding: 10px 0 10px 20px;
}

ul.menu li{
	list-style-image: url(../img/menu_arrow.gif);
}

.menu_bg{
	background-image: url(../img/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 24px;
	color: #ffcc00;
	font-weight: bold;
	padding-left: 13px;
}

.bg{
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-y;
}

.line_yellow{
	background-image: url(../img/line_yellow.jpg);
	background-repeat: repeat-x;
	height: 22px;
}

.yellow_gray_bg{
	background-image: url(../img/yellow_gray_bg.jpg);
	background-repeat: repeat-y;
	padding-right: 20px;
}

.gray_text{
	color: #939393;
}

.news_text{
	color: #ffcc00;
	font-weight: bold;
}

.marqee_text{
	color: #fff;
	font-weight: bold;
}