BODY {
	color: Black;
	background-color: Black;
	font-family: Arial, sans-serif;
	font-size: medium;
	text-align: left;
	margin: 0px;
	margin-top: 5px;
}

A {
	color: #0111B8;
	text-decoration: none;
}

A:HOVER {
	color: #7EFEB3;
	background-color: #0111B8;
	text-decoration: none;
}

A.links {
	color: #0111B8;
	text-decoration: none;
	font-size: small;
}

A.links:HOVER {
	color: #7EFEB3;
	background-color: #0111B8;
	text-decoration: none;
	font-size: small;
}
img.websample {
	border-color: Black;
	background-color:#FFFFCC;
}

span.maintext {
	background: White;
	margin-top: 300px;
	margin-left: 10%;
	margin-bottom: 550px;
	margin-right: 800px;
}


span.mainfocus {
	vertical-align: middle;
	height: 540px;
	width: 800px;
	margin-top: 5%;
	background: White;
}

div.note {
	background: transparent;
	position: absolute;
	height: 600px;
	width: 450px;
	top: 150px;
	left: 40%;
	overflow: hidden;
	vertical-align:bottom;
}

div.note2 {
	background: transparent;
	position: absolute;
	height: 350px;
	width: 500px;
	top: 210px;
	left: 40%;
	overflow: scroll;
	vertical-align: middle;
}

div.graphic {
	background: transparent;
	position: absolute;
	height: 550px;
	width: 553px;
	top: 0px;
	left: 35%;
	overflow: hidden;
	vertical-align:middle;
}

h2 {
	color: #0111B8;
	background: transparent;
	margin-top: 8px;
	margin-bottom: 0px;
}

ul {
	margin-top: 4px;
}

li {
	margin-bottom: 3px;
	list-style-type: square;
}

p {
	background: white;
	color:black;
}

p.links {
	background: white;
	color:black;
	font-size: small;
	margin-top: 0px;
}

p.smaller {
	background: transparent;
	color:black;
	font-size: small;
}

table.printerfriendly {
	background: White;
	border: 0px;
	width: 800px;
}

p.caption {
	font-style: italic;
	font-size: small;
}

a.open {
	background: black;
	color:#7EFEB3;
	font-size: x-small;
	margin-top: 20px;
}
p.open {
	background: black;
	color:#7EFEB3;
	font-size: x-small;
	margin-top: 20px;
}
