@charset "utf-8";
/* CSS Document */

body {
	width: 986px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-align:center;
	margin: 0 auto;
	background-color: #555;
	background-color: #444;
	margin-top: 4px;
}
td {
	font-size: 11px;
	color:#000;
	font-weight: normal;
}
h1 {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
h2 {
	font-size: 16px;
	margin-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 12px;
	margin: 0;
	margin-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a {
	color: #cc0000;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;
}
div.pdf-list ul {
	margin: 5px 0 10px 10px;
}
div.pdf-list ul li {
	padding: 3px 0;
	list-style: none;
}
ul ul {
	margin: 0 !important;
	padding: 0 15px;
}
#top-nav {
	width: 966px;
	height: 40px;
	padding-left: 20px;
	background: #666 url(../images/img_pg/top_nav_bg.jpg) no-repeat right;
	border-top: solid 1px #F00;
	border-right: solid 1px #F00;
	border-left: solid 1px #F00;
}
#top-nav a {
	float: left;
	padding-top: 12px;
	padding-left: 15px;
	padding-right: 15px;
	color: #fff; /*#be0f34;*/
	background: url(../images/img_pg/top_nav_a.jpg) no-repeat left bottom;
	text-decoration: none;
}
#top-nav a:hover {
	background: url(../images/img_pg/top_nav_hover.jpg) no-repeat left bottom;
}
#top-nav a.on {
	background: url(../images/img_pg/top_nav_on.jpg) no-repeat left bottom;
}
#wrapper {
	width: 968px;
	margin: 0 auto;
	background: #fff url(../images/img_pg/content_bg.jpg) repeat-x top;
	padding-right: 18px;
	border-bottom: solid 1px #F00;
	border-right: solid 1px #F00;
	border-left: solid 1px #F00;
}
#wrapper #left-img {
	width: 125px;
	height: 592px;
	float: left;
}
#wrapper .imgLeft {
	width: 125px;
	height: 592px;
	float: left;
}
#wrapper #logo {
	width: 843px;
	height: 112px;
	float: right;
	background: url(../images/img_pg/logo.jpg) no-repeat right top;
	text-align: right;
	margin-bottom: 15px;
}
#wrapper #logo a {
	display: block;
	float: right;
	width: 300px;
	height: 112px;
	text-decoration: none;
}

#footer {
	width: 986px;
	padding: 10px 0px 10px 0px;
	font-size: 10px;
	margin: 0 auto;
}
#footer a {
	color: #fff;
	text-decoration: none;
}

/* classes */
.clear {
	clear:both;
	height: 20px;
	line-height: 1px;
	font-size: 1px;
}
.clear-r {
	clear:right;
	height: 1px;
	line-height: 1px;
	font-size: 1px;
}
a.pdf-link {
	padding: 10px 0;
	padding-left: 20px;
	background: url(../images/img_pg/pdficon_small.gif) no-repeat left center;
	color: #ff0000; /*#be0f34;*/
	text-decoration: none;
}
a.pdf-link:hover {
	color: #000;
}
img.left {
	float: left !important;
	padding-right: 10px;
}
#wrapper #content .seriestitle { 
	font-size: 120%;
	color: #666;
	font-weight: bold;
}
.tbl {
	border: solid 1px #ccc;
}
.tdA {
	background-color: #ececec;
	color: #000;
	font-weight: normal;
}
.tdB {
	background-color: #fff;
	color: #000;
	font-weight: normal;
}
.msg {
	border: solid 1px #000;
	background-color:#FF0;
	padding: 10px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #cc0000;
}