/* CSS Document */

.noborder { border: none; }

.l { text-align: left }
.r { text-align: right }
.c { text-align: center }
.bold { font-weight: bold; }
.smallfont {
	font-size: 60%;
}

.boldc { font-weight: bold; text-align: center; }
.high { background-color: #555; }
.low { background-color: #333; }

.italic {
	font-style: italic;
}

.heading {
	text-align: center;
	font-weight: bold;
	background-color:#B3C4FF;
	color:#000000;
}
.primary { font-style: italic }
.act { background-color: #000000 }
.spec { background-color: #999999 }
td {
	border: 1px dotted #666666;
	font-size: 90%;
	empty-cells:hide;
	vertical-align: top;
	margin: 0px;
	padding-left: 8px;
	padding-right: 8px;
}

h1 { font-size: 133%; }
.border { border: 1px solid #666 }
.ooc { color: #444 }
table { border: none }

