﻿/* CSS Document */

.rowTint {background: #feffef;}

table {
	/*cell-spacing:0;*/
	cellspacing:0;
	margin: 2em 0 0 0;
	font-size: 8pt;
	}
	
th {
	font-weight:bold; 
	font-size: 90%;
	width:100px;
	border:1px solid #C1C1C1;
	}
	
tr {height: 20px;}

tr p {
	margin: 0px 0 0 2px;
	line-height:1.2em;
	}
	
td {
	font-size: 100%;
	vertical-align:top;
	line-height: 1.2em;
	}
	
td p {padding-left:.2em}	
	
.table_cont {
	font-size: 8pt;
	margin-left: 0.2em;
	margin-bottom: 0.2em;
	margin-top: .2em;
	}
.boldBue { font-weight:bold; color:blue}
.hide {display:none}
