body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	font-family: Arial;
    overflow: -moz-scrollbars-vertical;
}
A {
	color: #BCBCBC;
}
A.text {
	color: #BCBCBC;
	text-decoration: none;
	background-image: url(../images/new/a_line.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
H1 {
	display:inline;
}
/* ---- cellpadding=0 cellspacing=0 ------- */
table {
	border-collapse: collapse;
	width: 100%;
	border: none;
}
table td {
	padding:0px;
	font-size: 75%;
	color: #BCBCBC;
}
table.main {
	height: 100%;
	background-image: url(../images/new/top_back.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
table.main1 {
	height: 100%;
	background-image: url(../images/new/middle_back.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
table.carcas {
	height: 100%;
}
/* ------------- Top part ----------------- */
td.top_part {
	height: 117px;
}
h1.menu {
	color:#D9261C;
	font-weight: normal;
	font-size: 18px;
	text-transform: lowercase;
}
h1.menuActive {
	color:#FFFFFF;
	font-weight: normal;
	font-size: 18px;
	text-transform: lowercase;
}
/* ----------- Flash part ---------- */
td.flash_part {
	height: 77px;
	background-image: url(../images/new/flash_back.jpg);
	background-repeat: repeat-x;
}
/* ---- Content part ----------- */
table.middle_part {
	height:100%;
}
table.middle_part TD.text A {
	color: #BCBCBC;
	text-decoration: none;
	background-image: url(../images/new/a_line.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
/* table.middle_part TD.text A:hover {
	color: #BCBCBC;
	text-decoration: none;
	background-image: url(../images/new/pix.gif);
	background-position: bottom;
	background-repeat: repeat-x;
} */
table.left_menu td {
	padding: 1px 0px 1px 0px;
}
h1.left_menu {
	font-weight:bold;
	font-size:13px;
	color: #BCBCBC;
	text-transform: none;
}
h1.left_menu:hover {
	font-weight:bold;
	font-size:13px;
	color: #D9261C;
	text-transform: none;
}
h1.left_menuActive {
	font-weight:bold;
	font-size:13px;
	color: #D9261C;
	text-transform: none;
}
h1.title {
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
}
/* bottom part */
.bottom_part {
   height: 81px;
	font-size: 12px;
	font-weight: normal;
	color: #777777;
	vertical-align: top;
	padding:0px;
}
TD.bottom_part A {
	color: #BCBCBC;
	text-decoration: none;
	background-image: url(../images/new/a_line.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}
#nound {
	text-decoration: none;
}

table.char {
    width:100%;
    border-collapse: separate;
    border-spacing:1px;

}

table.char th {
  background:#A90909;
  padding:5px 15px;
  color:#BCBCBC;
  text-align:left;
  font-size:13px;

}

table.char td {
  background:#313131;
  padding:5px 15px;
}
table.char td.active {
  background:#E5E50D;
  color:#FF0000;
}