a:link {
	color: #843C2F;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #843C2F;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #843C2F;
	font-weight: bold;	
}

.cellStyle1 {
	border-bottom-width: 1px;
	border-bottom-color: #000000; 
	border-bottom-style: solid;
	background-color: #E1E1E1;
}

.cellStyle2 {
	border-bottom-width: 1px;
	border-bottom-color: #843C2F; 
	border-bottom-style: solid;
}

.cellStyle3 {
	border-right-width: 1px;
	border-right-color: #843C2F; 
	border-right-style: solid;
}

.cellStyle4 {
	border-bottom-width: 1px;
	border-bottom-color: #999999; 
	border-bottom-style: solid;
}

.cellStyle5 {
	border-top-width: 1px;
	border-top-color: #000000; 
	border-top-style: solid;
	background-color: #E1E1E1;
}

.cellStyle6 {
	border-bottom-width: 1px;
	border-bottom-color: #000000; 
	border-bottom-style: dotted;
	background-color: #FFFFFF; /*#CFA501;*/
	font-weight: bold;
}

