@charset "utf-8";
#contentMain   table.pdfTbl {
	margin: 0.6em auto;

}
#contentMain  table.pdfTbl img  {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

#contentMain  table.pdfTbl caption  {
	position: absolute;
	left: -9999px;
}
#contentMain  table.pdfTbl th  {
	font-weight: normal;
	background: url(../images/design/table-header-bg.gif) repeat-x;
	border-bottom: 1px solid #B0B08A;
	color: #FFFFFF;
	text-align: center;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
}
#contentMain    table.pdfTbl    th.left {
	text-align: left;
	padding-left: 5px;
}


#contentMain  table.pdfTbl td   {
	line-height: 1.6;
	border-bottom: 1px dashed #B0B08A;
	vertical-align: middle;
	text-align: left;
	font-size: 1em;
	height: 4em;
}
#contentMain   table.pdfTbl   td.center {
	text-align: center;
}
#contentMain table.pdfTbl td.footer {
	font-size: 0.8em;
	text-align: center;
	border-bottom-style: none;
	color: #B0B08A;
	padding-top: 15px;
}

#contentMain table.pdfTbl em {
	font-style: normal;
	font-size: 0.9em;
}



#contentMain  table.results {
	font-size: 0.8em;
	border-collapse: collapse;
	margin: 1.1em auto;
}
#contentMain table.results caption {
	position: absolute;
	left: -9999px;
}
#contentMain table.results th {
	font-weight: bold;
	height: 2em;
	text-align: left;
	border: 1px solid #CFCFB8;
	padding-left: 0.5em;
	background: #B0B08A repeat-x top;
	color: #FFFFFF;
}
#contentMain table.results th.center {
	text-align: center;
	padding-left: 0px;
}
#contentMain table.results th.topLeft {
	border-top-style: none;
	border-left-style: none;
	background: #FFF;
}
#contentMain table.results th.bottomLeft {
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	padding-right: 0.5em;
	background: #FFF;
	color: #999967;
}

#contentMain table.results td  {
	height: 1.9em;
	border: 1px solid #CFCFB8;
	text-align: center;
}
#contentMain table.results td.bold {
	color: #B0B08A;
}


#contentMain  table.list {
	font-size: 0.85em;
	margin: 10px auto 15px auto;
	border-collapse: collapse;

}
#contentMain table.list caption {
	position: absolute;
	left: -9999px;
}
#contentMain table.list th {
	font-weight: bold;
	text-align: left;
	padding-left: 0.4em;
	vertical-align: top;
	border-bottom: 1px solid #B0B08A;
	color: #006600;
	height: 1.7em;
}
#contentMain  table.list   th.nonBold  {
	font-weight: normal;
}
#contentMain    table.list    th.center {
	text-align: center;
}
#contentMain table.list th.vertCenter {
	vertical-align: middle;
}



#contentMain table.list td  {
	text-align: left;
	border-bottom: 1px solid #B0B08A;
	padding-left: 0.8em;
	vertical-align: top;
	line-height: 1.9;
}
#contentMain  table.list  td.center {
	text-align: center;
}
#contentMain  table.dataTbl {
	border-collapse: collapse;
	margin: 0 auto;
}
#contentMain   table.dataTbl  caption  {
	position: absolute;
	left: -9999px;
}
#contentMain  table.dataTbl  td {
	border: 1px solid #B0B08A;
	padding: 0.5em;

}
#contentMain  table.dataTbl  th {
	border: 1px solid #B0B08A;
	color: #006600;
}
