

h1 {
	font-size: 28px;
	font-weight:700;
	color:#000;
	Margin:0 0 20px 0;
}

h2 {
	font-size: 18px;
	font-weight:600;	
	color:#8c8c35;
	margin:20px 0 5px;
}

h3 {
	font-size: 16px;
	font-weight:400;
	color:#8c8c35;	
	margin:20px 0 5px;		
}

h4 {
	font-size: 14px;
	font-weight:700;
	color:#8c8c35;		
	margin:20px 0 5px;
}

h5 {
	font-size: 13px;
	font-weight:600;
	color:#000;
	margin:20px 0 5px;
}


h6 {
	font-size: 13px;
	font-weight:400;
	color:#8c8c35;
	margin:20px 0 5px;
}



.txItal { font-style:italic; }
.txtBld { font-weight:700; }

td h4, td h6, td h5 { margin:5px 0; }

.inlineDsp { display:inline-block; margin:0; }
.noTopMar { margin-top:0 }


/* Table Styles -------------------------------------------------------------------------*/

/*table formats*/
table { border-collapse: collapse; }
thead { line-height:120%; }
/*thead tr:first-child  { border-top: 1px #8c8c35 solid; vertical-align:top; }*/
thead tr:last-child  { border-bottom: 2px #8c8c35 solid; vertical-align:bottom; }
thead td { padding:2px; }

tbody {	line-height: 130%; }
tbody tr  { border-bottom: 1px #ccc dotted; vertical-align:top; }
tbody td {padding:5px 2px;}

/* cell alignment */
table.right2r12p td+td{text-align: right; width:12%}
table.right2r10p td+td{text-align: right; width:10%}
table.right2r8p td+td{text-align: right; width:8%}
table.right2 td+td { text-align: right; }
table.right3r10p td+td+td { text-align: right; width:10% }

table thead td.cellcenter, table tbody td.cellcenter { text-align:center; }
table thead td.cellright, table tbody td.cellright { text-align:right; }

/* cell colors  */
.bgB1 { background-color:#8c8c35; color:#fff; font-weight:700;}
.bgG1 { background-color:#eee; color:#000; }
.bgG2 { background-color:#ccc; color:#000; }

.lnTotal { background-color:#eee; border-bottom:2px #000 solid; border-top:1px #000 solid; }
.lnBot1 { border-bottom:1px #000 solid; }
.lnBot2 { border-bottom:2px #000 solid; }
.lnNoBot { border-bottom:none; }

table.right2ndset td+td{text-align: right; width: 10%}
table.right2ndset tbody tr:last-child { background-color:#eee; border-bottom:2px #000 solid; border-top:1px #000 solid; }
table.right2ndset thead tr:first-child td:nth-child(2) { background-color:#8c8c35; color:#fff; font-weight:600;}
table.right2ndset thead tr:first-child td:nth-child(4) { background-color:#8c8c35; color:#fff font-weight:600;;}
table.right2ndset thead tr:first-child td:nth-child(3) { background-color:#eee; color:#000;}
table.right2ndset thead tr:first-child td:nth-child(5) { background-color:#eee; color:#000;}
table.right2ndset thead tr:nth-child(2) td+td { background-color:#ccc; color:#000;}


table.right2ndset2 td+td{text-align: right; width: 10%}
table.right2ndset2 thead tr:first-child td:nth-child(2) { background-color:#8c8c35; color:#fff; font-weight:600;}
table.right2ndset2 thead tr:first-child td:nth-child(4) { background-color:#8c8c35; color:#fff; font-weight:600;}
table.right2ndset2 thead tr:first-child td:nth-child(3) { background-color:#eee; color:#000;}
table.right2ndset2 thead tr:first-child td:nth-child(5) { background-color:#eee; color:#000;}
table.right2ndset2 thead tr:nth-child(2) td+td { background-color:#ccc; color:#000;}

thead.greyHead td+td { background-color:#ccc; }

table.grpTbl { width:100%; margin-bottom:20px; }
table.grpTbl tr  { border-bottom: 1px #ccc dotted; vertical-align:top; }
table.grpTbl tr:first-child  { border-top: 1px #ccc dotted; vertical-align:top; }
table.grpTbl td { padding:20px; }
table.grpTbl td { text-align:center; }

/* List Styles -------------------------------------------------------------------------*/
.circle-list li, .dash-list li {
		line-height: 18px;
		padding:0px 5px 0px 18px;
		margin-bottom:15px;
	}

.circle-list li {
		background: url("../images/list-icons/circle.png") no-repeat scroll 0 6px transparent;
	}
	
.dash-list li {
		background: url("../images/list-icons/dash.png") no-repeat scroll 0 3px transparent;
	}	
	
td ul {
		background: url("../images/list-icons/circle.png") no-repeat scroll 0 6px transparent;
		line-height: 18px;
		padding:0px 5px 0px 18px;
		margin-bottom:15px;
	}
	
table.dashlist td ul {
		background: url("../images/list-icons/dash.png") no-repeat scroll 0 3px transparent;
		line-height: 18px;
		padding:0px 5px 0px 18px;
		margin-bottom:15px;
	}	