@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.5em;
	background-color:#000;
	/*color:#808285;*/
	color:#b4b6b9;
	padding:0px;
	margin:0px;
}

a {
	color:#e20018;
	text-decoration:none;
}

a:hover {
	color:#fff;
}

p.longtext {
	margin-bottom:10px;
}

#L_MAIN {
	margin:0px auto;
	width:955px;
}

#L_MENU {
	width:955px;
	text-align:center;
}

h1 {
	color:#fff;
	font-weight:normal;
	font-size:12px;
}

h1.title {
	font-size:17px;
	font-weight:normal;
	color:#fff;
	padding:0px 0px 0px 23px;
	margin:0px 0px 20px 0px;
	background:url(../img/general/title_symbol.gif) no-repeat 0px 3px;
}

.white {
	color:#fff;
}

.red {
	color:#e20018;
}

a.red:hover {
	color:#fff;
}

.clear {
	clear:both;
}

#L_FOOT {
	padding:10px 0px 25px;
	color:#e20018;
	width:955px;
	text-align:center;
}

#L_FOOT a {
	color:#e20018;
}

#L_FOOT a:hover {
	color:#fff;
}

#L_FOOT a.bgmedia {
	font-size:8px;
	color:#555;
}

#L_FOOT a.bgmedia:hover {
	color:#999;
}


a.back_button {
	color:#fff;
	font-size:11px;
	li8ne-height:11px;
	padding-right:20px;
	background:url(../img/general/back_button.gif) no-repeat right;
}

a.back_button:hover {
	color:#e20018;
}

a.pdf_button {
	color:#fff;
	font-size:11px;
	li8ne-height:11px;
	padding-right:20px;
	padding-left:30px;
	background:url(../img/general/pdf.gif) no-repeat right;
}

a.pdf_button:hover {
	color:#e20018;
}

div.PagePanel {
	width:auto;
	text-align:center;
	font-size:10px;
	color:#666;
	margin:10px 0px;
	font-weight:bold;
	font-size:11px;
}

div.PagePanel a {
	color:#666;
}

div.PagePanel a:hover {
	color:#f00;
}

span.pagenumber {
	color:#f00;
}

div.title_left {
	float:left;
	width:48%;
}

div.title_right {
	float:right;
	text-align:right;
	width:48%;
}