body {
	font-family: verdana;
	font-size: 10pt;
	background-color: #861717;
	background-repeat: no-repeat;
	color: #333;
}



a	{
		text-decoration: none;
		font-weight: bold;
		color: #333;
	}


td {
	font-family: verdana;
	font-size: 10pt;
}

.columns-float
	{
	float: left;
	width: 95%;
	}
.column-one
	{
	float: left;
	width: 25%
	}

.column-middle
	{
	float: left;
	width: 50%;
	}

.box {
	border: 2px solid black;
	margin: 10px;
	background-color: #f2f2f2; 
}

.boxheader {
	background-color: #861717;
	color: white;
	text-align: center;
	margin: 0px;
	border-bottom: 1px solid black;

}

.boxbody {
	margin: 3px;
	background-color: #f2f2f2;
}
	
tr.ruled{
			background:#861717;
		} 
#mytable tr.ruled{
			background:#333;
			color:#ccc;
		}

