<html><body><p>@charset "UTF-8";

.colone {width:60%;}

.coltwo {width:13%;}

.colthree {width:9%;}

.colfour {width:9%;}

.colfive {width:9%;}


/* NEW STYLES 

table {
border: 1px solid #CDCDCD;
/* background-color:#999 */
}

tr {
border: 1px solid #CDCDCD;
}

th {
background-color: #F5FAED;
border: 1px solid #CDCDCD;
}

td {
background-color:#fff;
text-align: center;
}

table.noborder, 
table.noborder tr, 
table.noborder td, 
table.noborder th { 
    border: 0px solid #000; 
	padding: 5px; 
}

th.lefty {
text-align: left;
border: none;
}

table.tblreducetext {
font-size: .8em;
}


END NEW STYLES */

</p></body></html>