/* CSS Document */
body {
	background-color: #000000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
}

a {
	color: #F4BEBE;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
h1 {
	background-image: url(images/pg_tit-bg.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
	padding-left: 18px;
	text-transform: uppercase;
	display: block;
	height: 25px;
	line-height: 24px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #f4bebe;
	line-height: 20px;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #f8d8d8;
	line-height: 20px;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 0px;
}
.top-menu {
	background-image: url(images/t_menu-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #666666;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.top-menu a {
	color: #FFFFFF;
	text-decoration: none;
}
.top-menu a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.side-bg {
	background-color: #333333;
	background-image: url(images/side-bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.side-tit {
	background-image: url(images/side_arr.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	text-transform: uppercase;
	color: #000;
}
.side-bg-text {
	background-image: url(images/side_t-bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 8px;
	color: #444444;
	background-color: #FFFFFF;
}
.side-bg-text a {
	color: #660000;
	text-decoration: underline;
}
.side-bg-text a:hover {
	color: #990000;
	text-decoration: underline;
}
.side-bt {
	color: #000;
}
.c-bt {
	color: #666666;
}
.c-bt a {
	color: #660000;
	text-decoration: none;
}
.c-bt a:hover {
	color: #990000;
	text-decoration: underline;
}
.c-bg {
	background-image: url(images/c_bg.png);
	background-repeat: repeat-y;
	padding-top: 10px;
}
* html .c-bg {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/c_bg.png", sizingMethod="scale");
	background-image: none;
}
.content p, .content li {
	line-height: 18px;
	color: #FFFFFF;
}
