body {
	background-color: #fff;
	margin: 0;
	padding: 0;
}

body, td {
	font-family: Arial;
        color: #000;
        font-size: 10pt;
}

.main, .common {
	width: 100%;
	border: none;
	border-collapse: collapse;
	padding: 0;
}
.main {
	margin: 97px 0 0 0;
	width: 100%;
}
.main td, .common td {
	padding: 0;
}

.header_block {
	position: absolute;
	top: 0;
	width: 100%;
}
.main td.left_block {
	background: url('/img/left_bg.gif') repeat-y;
	width: 160px;
}
.main td.center_block {
	width: 100%;
	padding: 15px 45px 0 45px;
	background: url('/img/cont_bg.jpg') no-repeat;
}
.main td.right_block {
	background: url('/img/right_bg.gif');
	text-align: right;
	width: 150px;
}

.menu, .menu a, .menu a:link, .menu a:visited, .menu a:active {
	color: #851816;
        font-size: 9pt;
        font-family: verdana;
        line-height: 23px;
        text-decoration: none;
}
.menu a:hover { color: #E12601; }

.top_menu, .top_menu a, .top_menu a:link, .top_menu a:visited, .top_menu a:active {
	color: #ffffff;
        font-size: 8pt;
        font-family: tahoma;
        text-decoration: none;
}
.top_menu a:hover { color: #FFD800; }

.title {
	font-family: tahoma;
        font-weight: bold;
        font-size: 12pt;
}

#blue { color: #000080; }

a:link, a:active, a:visited {
	color: #7F0B0B;
}

.foot_menu, .foot_menu a, .foot_menu a:visited {
	text-decoration: none;
	color: #ffffff;
	font-size: 8pt;
}
.foot_menu a:hover {
	text-decoration: underline;
	font-size: 8pt;
}
.foot_menu {
	background-color: #7F0B0B;
}
.common td.foot_menu {
	padding: 4px;
}

.white, .white a, .white a:visited {
	text-decoration: none;
	color: #ffffff;
}
.white a:hover { text-decoration: underline; }

#smaller { font-size: 8pt; }

h1 { font-size: 12pt; }

.cat {
    font-size: 18px;
}

.subcat {
    font-weight: bold;
    padding-left: 50px;
    cursor: hand;
    cursor: pointer;
}
.inner {
    width: 100%;
    padding: 0;
    border: none;
    background-color: #000;
}
.inner tr {
    background-color: #fff;
}
.inner td {
    padding: 2px;
}
.inner td.left {
    width: 30px;
    text-align: center;
}
.inner td.right {
    width: 50px;
    text-align: center;
}
.trwhite {
    background-color: #fff;
}