@charset "utf-8";
/* CSS Document */

.header
{
	border: 0px Red Solid;
	width: 770px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}

.colHeaders
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-decoration:underline;
	color: #0000FF;
	text-align:center;
}

.dataClass
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align:center;
	vertical-align: top;
}

.col1
{
	width: 10%;
	border-left: 1px #A5A5A5 Solid;	
	border-right:
}

.col2
{
	width: 10%;	
}

.col3
{
	width: 25%;	
}

.col4
{
	width: 8%;	
}

.col8
{
	border-right: 1px #A5A5A5 Solid;	
}

.line5
{
margin-top: 5px;
}


