/* CSS Document */
.cellb1{
	border: 1px solid #777777;
}
.cellb2{
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	border-bottom: 1px none #777777;
	border-left: 1px solid #777777;
}
.cellb3{
	border-top: 1px none #777777;
	border-right: 1px solid #777777;
	border-bottom: 1px solid #777777;
	border-left: 1px solid #777777;
}
.cellb4{
	border-top: 1px solid #FF0000;
	border-right: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	padding: 5px;
}
.cellb5{
	border-top: 1px solid #777777;
	border-right: 1px none #777777;
	border-bottom: 1px solid #FF0000;
	border-left: 1px none #777777;
}
.cellb6{
	border-top: 1px solid #777777;
	border-right: 1px none #777777;
	border-bottom: 1px none #777777;
	border-left: 1px solid #777777;
}
.cellb7{
	border-top: 1px solid #777777;
	border-right: 1px solid #777777;
	border-bottom: 1px none #777777;
	border-left: 1px none #777777;
}

body {
	background-color: #dEdEdE;
}
.style35 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}