/* CSS Document */
body {
	background-color:#F8F8F8;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#eeeeee;
	line-height:1.5;
}
table {
	border:0;
}
ol, ul {
	margin-top: 0px;
	list-style-position:outside;
	list-style-type:circle;
}
a:link, a:visited {
	text-decoration:none;
	color:#c2996d;
}
a:active, a:hover {
	text-decoration:none;
	color:#000000;
}
.outerTable {
	width:100%;
	padding:8px;
	background-color:#fff;
}
.innerTable {
	width:900px;
	background-color:#f8f8f8;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
}
.headerTable {
	width:100%;
}
.dataCell {
	width:600px;
	height:14px;
	text-align:right;
	color:#aca061;
	font-weight:bold;
}
/*.bannerCell { width:600px; height:80px; background-image:url(../gfx/zab_banner.jpg); background-repeat:no-repeat;}*/
.bannerCell {
	width:600px;
}
.symbolCell {
	height:20px;
	text-align:right;
	font-weight:bold;
	border:0px solid #E8E8E8;
	margin:5px;
	background-color:#cfc176;
	/*
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	*/
}
.symbolLink:link, .symbolLink:visited {
	text-decoration:none;
	color:#000000;
}
.symbolLink:hover, .symbolLink:active {
	text-decoration:none;
	color:#fff;
}
.symbolsTable {
	text-align:left;
	width:100%;
	color:#000;
}
.leftContentCell {
	width:285px;
	height:550px;
	border:0px dotted #E8E8E8;
	padding:12px;
	color:#111;
	font-weight:bold;
	margin:3px;
	background-color:#cfc176;
	/*
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	*/
}
.leftContentLink:link, .leftContentLink:visited {
	text-decoration:none;
	color: #8d3139;
}
.leftContentLink:hover, .leftContentLink:active {
	text-decoration:none;
	color:#c7505c;
}
.leftContentSubTitle {
	font-size:14px;
	color:#000;
}
.leftContentSubSubTitle {
	font-size:13px;
	color:#111;
}
.leftContentListDate {
	list-style-position:outside;
	list-style-type:none;
}
.contentSpacerCell {
	width:2px;
	background-color:#fff;
}
.mainContentCell {
	/*background-color:#FFF;*/
	width:602px;
	height:550px;
	border:0px dotted #5c4b39;
	padding:25px;
	padding-top:10px;
	color:#424242;
	font-weight:bold; /*color:#f9f9f9;*/
}
.mainContentLink:link, .mainContentLink:visited {
	text-decoration:none;
	color:#8d3139;
}
.mainContentLink:hover, .mainContentLink:active {
	text-decoration:none;
	color:#c7505c;
}
.contentTitle {
	font-size:18px;
	color:#212121;
}
.contentTitlePt2 {
	font-size:14px;
	color:#323232;
}
.contentSubTitle {
	font-size:16px;
	color:#323232;
}
.footer {
	font-size:12px;
	color:#000000;
}
