@charset "utf-8";
/* CSS Document */
body {
	background-color:#bdc6de;
	color:#000000;
	font-family:Trebuchet MS;
	font-size:medium
	margin-left: 2.5%;
	margin-right: 2.5%;
}
a:link {
	color:#0000FF;
}
a:visited {
	color:#FF0000
}
a:active {
	color:#990000;
}
h1 {
	font-size:x-large;
	text-align:center;
	text-decoration:underline
}
table {
	border-collapse:collapse;
	text-align:center;
	width: 100%;
}
h2 {
	text-align:center;
	font-weight:bold;
}	
td {
	font-size:medium;
	text-align:center;
	vertical-align:middle;
	white-space: nowrap;
}
th {
	font-weight:bold;
}
.define {
	font-size:smaller;
}
.cellhead {
	font-size:larger;
	font-weight: bold;
}
.speclink {
	color:#B90000;
}

.cells {
	text-align:left;
}

.minor {
	font-size:smaller;
}

