#content table {
	border-collapse: separate;
    border: 0px solid;	
}
tr.rowtop {
	font-style: italic;
	background-color: #808060;
	color: #FFFFFF;
	font-size: 120%;
	text-align: center;
}
tr.row1 {
	font-style: bold;
	background-color: #CCCC99;
	color: #663300;
	text-align: center;
}
tr.row2 { 
	font-style: bold;
	background-color: #CCCCCC;
	color: #663300;
	text-align: center;	
}
#content td {
	border: 1px;
	border-color: #336699;
	font-size: 115%;
}

a:hover {color: #663300; }
.backtop {float: right; margin-right: 10px; }
.backtop a { text-decoration: none; color: white;}
.backtop a:hover { text-decoration: underline; color: white; font-size: 100%;}

