/* CSS Document */
body {
	background-color: #000000;
	text-align: center;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	color: #B5B5B5;
	margin: 0px;
}
/* display classes */
#conteiner {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu_box {
	width: 900px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6C1818;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E0DEE3;
	background: #FFFFFF;
	height: 155px;
}
#menu_box ul {
	display: block;
	padding: 0px;
	margin-top: 7px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: none;
}
#menu_box li {
	margin: -2px;
}
#menu_box img {
	border: none;
}
#content {
	width: 900px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	clear: both;
}
#footer {
	width: 900px;
	background-color: #FF9000;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	background-position: right top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C67F3F;
	text-align: left;
	height: 33px;
	clear: both;
}
.column {
	float: left;
	width: 50%;
}
.leftbox{
	margin-top: 18px;
	margin-left: 50px;
	text-align: left;
	margin-bottom: 18px;
}
.rightbox{
	margin-top: 18px;
	margin-left: 50px;
	text-align: left;
	margin-bottom: 18px;
	margin-right: 20px;
}
.boxtop {
	background-image: url(img/wc1.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	text-align: right;
	color: #000000;
}
.boxbot {
	background-image: url(img/wc3.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFFFFF;
	text-align: right;
}
.boxcont {
	text-align: left;
	margin-right: 14px;
	margin-left: 16px;
	margin-bottom: 5px;
}
.news {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CECECE;
	font-weight: bold;
	color: #9C1501;
	vertical-align: bottom;
	padding-bottom: 1px;
	font-size: 12px;
}
.newsisp {
	padding-top: 5px;
}
.widthesp{
	width: 15px;
}
.inspace {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.buls {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-image: url(img/bul1.gif);
}
.buls1 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-image: url(img/bul2.gif);
}
.buls2 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-image: url(img/bul3.gif);
}
.pics_sp {
	margin-bottom: 20px;
}
.newst img{
	border: 2px solid #FF9000;
	margin-right: 15px;
	margin-bottom: 15px;
}
/* align and float classes */
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.float-left {
	float: left;
}
/* links classes */
a {
	color: #9C1501;
	text-decoration: underline;
}
a:hover {
	color: #FDB900;
	text-decoration: underline;
}
a.newstitle {
	color: #B5B5B5;
	text-decoration: none;
	margin-left: 5px;
	font-size: 12px;
}
a.newstitle:hover {
	text-decoration: none;
	color: #FDB900;
}
/* headers */
h1 {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FF9000;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #FF9000;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
	color: #9C1501;
}
/* text classes */
.footer_txt {
	margin-left: 8px;
	margin-top: 8px;
	font-size: 11px;
	color: #000000;
}
.hbtxt {
	line-height: 18px;
	text-align: justify;
}
.title {
	font-size: 14px;
	font-weight: bold;
	color: #9C1501;
	text-align: center;
	line-height: 22px;
	margin-bottom: 10px;
}
.chbtxt {
	line-height: 21px;
}
.subtitle {
	font-weight: bold;
	color: #FF9000;
}
.txt {
	font-size: 12px;
	line-height: 16px;
}
.bold {
	font-weight: bold;
}

