.itjtitle { font-family: verdana,arial,helvetica,sans-serif; font-size:18px; color:#0860A8; }
.sectiontitle { font-family: Verdana, Arial, Helvetica, Sans-serif; font-size:14px; line-height: 18px; text-transform: uppercase; }
.issueinfo { font-family: verdana,arial,helvetica,sans-serif; font-size:11px; color:#666666; }
a.on {color: #666;text-decoration: none;}
a.on:visited {color: #666;text-decoration: none;}
a.on:hover {color: #666;text-decoration: none;}

.spottext p {
	padding: 0;
	margin: 0 0 8px 0;
}

.backnext {
	margin-bottom: 5px;
}

.authortitle {
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

.footnote {
	font-family: arial,helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000;
}

/* table styles */

/* style for table with grey header and black borders */
.bg_std_datatable {
	background-color: #000000;
	font-family: arial,helvetica,sans-serif;
	width: 370px;
}
.bg_std_datatable caption {
	font-weight: bold;
	font-size: 12px;
	font-color: #000;
}
.bg_std_datatable th {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 12px;
	text-align: left;
}
.bg_std_datatable td {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

/* style for table with centered text and black borders  */
.bg_cent_datatable {
	background-color: #000000;
	font-family: arial,helvetica,sans-serif;
	width: 370px;
}
.bg_cent_datatable caption {
	font-weight: bold;
	font-size: 12px;
	font-color: #000;
}
.bg_cent_datatable th {
	background-color: #CCCCCC;
	color: #000000;
	font-size: 12px;

}
.bg_cent_datatable td {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	vertical-align: top;
}

/* style for table with smaller text bold header and black borders */
.blk_sm_datatable {
	background-color: #000000;
	font-family: arial,helvetica,sans-serif;
	width: 370px;
}
.blk_sm_datatable caption {
	font-weight: bold;
	font-size: 12px;
	font-color: #000;
}
.blk_sm_datatable th {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	border-bottom: 1px solid #000;	
}
.blk_sm_datatable td {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

ul li {
	padding-bottom: 3px;
	padding-top: 3px;
}

ul li ul {
	margin-top: 5;
}

ol li {
	padding-bottom: 3px;
	padding-top: 3px;
}

ol li ul {
	margin-top: 5;
}

pre {
	font-size: 95%;
	line-height: 150%;
}

