@charset "utf-8";
/* CSS Document */

table#header {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border:none;
}

table#header td {
	font-size: 10px;
}

table#content {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width:80%;
	border: solid 1px 669966;
	margin-bottom: 10px;
	}
	
	
table#content td {
	border: solid 1px #669966;
	}
	
table#content th {
	background-color: #E0CDB5;
	border: solid 1px #669966;
}

table#content  th.headerrow {
	text-align: center;
	background-color: #8dc5f4;
	border: solid 1px #000000;
	}
	
table#content th.titlerow {
	background-color: #999999;
	border: solid 1px #000000;
}

