@charset "utf-8";
/* CSS Document */
body {
	background-color:#bdc6de;
	color:#000000;
	font-family:Trebuchet MS;
	font-size:medium;
	text-align:center;
	margin-left: 2.5%;
	margin-right: 2.5%;
}
a:link {
	color:#0000FF;
}
a:visited {
	color:#FF0000;
}
a:active {
	color:#3333ff;
}
h1 {
	font-size:x-large;
	text-align:center;
	text-decoration:underline
}
h2 {
	font-weight:bold;
	text-decoration:underline;
	font-size:large
}
h3 {
	text-align:left;
	text-decoration:underline;
	font-weight:normal;
}
h4 {
	text-decoration:underline;
	font-weight:normal;
}	
table {
 	border:1;
	border-color:#111111;
	border-collapse:collapse;
	text-align:center;
	width: 100%;
	height:95%;
}
td {
	font-size:medium;
	text-align:center;
	vertical-align:middle;
	white-space: nowrap;
}
th {
	font-weight:bold;
}
img {
	border:none;
}
.80w {
	border:0;
	white-space:normal;
}
.cellhead {
	font-size:larger;
	font-weight: bold;
}
.speclink {
	color:#B90000;
}
.list {
	text-align:left;
	white-space:normal;
}
.corsettop {
	text-align:center;
	white-space:normal;
	vertical-align:top;
	font-style:italic;
	font-weight:bold;
}
.corset {
	text-align:left;
	white-space:normal;
	vertical-align:top;
}
.smalllist {
	text-align:left;
	font-size:small;
	white-space:normal;
}
.small {
	font-size:small;
	white-space:normal;
}
.minor {
	font-size: x-small;
}
.topline {
	text-align:center;
	vertical-align:top;
}