/* 
****** PRINT CSS FOR LISTS OF ARCHIVED EVENTS
*****
 */



body {
	background-color: #ffffff;
	color: #000000;
	font-family: "Times New Roman", Times, serif; 
	font-size: 10pt;
	margin: .25in .50in .25in .50in;
}

a { text-decoration : underline; color : #0000ff; }

#clp, #noprint1, #noprint2, #taghdr, #sidebar, #navibar, #footer  {
	display: none;
}

/*#maincontent h2 {
	font-size: 1.5em;
	margin: 0 0 6px 0;
}
#maincontent h3 {
	font-size: 1.3em;
	margin: 6px 0 6px 0;
}*/


.tableListingsArc, .tableListingsYr {
	width: 600px;
	border: 0;
}

.tableDescrArc, .tableDescrYr {
	text-align: left;
	font-family: "Times New Roman", Times, serif; 
	font-size: 10pt;
	font-weight: normal;
}


.tableDateArc, .tableDateYr {
	color: #000000;
	text-align: left;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif; 
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
}
.tableTitleArc, .tableTitleYr {
	color: #000000;
	width: 75%;
	text-align: left;
	vertical-align: top;
	font-family: "Times New Roman", Times, serif; 
	font-size: 10pt;
	font-weight: bold;
	padding: 2px;
}
.tableCategoryArc, .tableCategoryYr {
	width: 8px;
}

/*Following is the standard bacground code for no listings box*/

td.noeventsbx {
	background-color: #ffffff;
	text-align:center;}
	