@charset "utf-8";
/* CSS Document */

body {
	background-color:#ffffcc;
	color:#000000;
	font-family:Trebuchet MS;
	font-size:medium;
	text-align:center;
}
a:link {
	color:#000099;
}
a:visited {
	color:#800000;
}
a:active {
	color:#990033;
}
.th {
	text-align:center;
	text-decoration:underline;
	font-size:14px;
}
.cellhead {
	font-size:larger;
	font-weight: bold;
}
.speclink {
	color:#B90000;
}
.cells {
	text-align:left;
}
.minor {
	font-size:smaller;
}