body {
	background-color: #112346;
	font-family: "square721 BT", "ms serif", sans-serif;
	color: #0099CC;	
}
td {
	border: 2px none;
}
.normalrow {
	background-color: #000033;
}
.evenrow {
	background-color: #000044;
}

table tr th
{
	font-size: bigger;
	font-weight: bold;
	background-color: #000044;
}

table tr td p strong
{
	font-weight: bold;
}

td.labelCell
{
	background-color: #000044;
}

tr.normalRow td {
	background-color: #000033;
}
tr.evenRow td {
	background-color: #000044;
}
table.invisibleTable tr td {
	background-color: #112346;
}
a {
	text-decoration: underline;
	color: #00CCFF;
}
.selectedLink {
	text-decoration: underline;
	color: #00CCFF;
	font-size: 12px;
	font-weight: bold;
}
.matrix_downright {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.matrix_downleft {
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-bottom-style: solid;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.matrix_upright {
	border-right-width: 1px;
	border-top-width: 1px;
	border-right-style: solid;
	border-top-style: solid;
	padding-top: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-right: 0px;
}
.matrix_upleft {
	border-left-width: 1px;
	border-top-width: 1px;
	border-left-style: solid;
	border-top-style: solid;
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
}

