@charset "utf-8";
/* CSS Document */
body {
	background-color:#bdc6de;
	color:#000000;
	text-align:center;
	font-family:"Times New Roman", Times, serif;
	font-size:medium
}
.cellhead {
	font-size:larger;
	font-weight: bold;
}
.speclink {
	color:#B90000;
}
h1 {
	color:800080;
	font-size:xx-large;
}
h2 {
	color:08215a;
	font-size:x-large;
	font-style:italic;
}
h3 {
	color:08215a;
	font-size:large;
}
.cells {
	text-align:left;
}
.minor {
	font-size:x-small;
}
a:link {
	color:#0000FF;
}
a:visited {
	color:#FF0000;
}

