@charset "UTF-8";
body {
	background-color: black;
	color: white;
	background-image: url(img/schematic.gif);
	font-family: "Bookman Old Style", Georgia, Helvetica;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.border-box {
	font-size: 12px;
	text-align: justify;
	background-color: black;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #3c3c3c;
	border-right-color: #000;
	border-bottom-color: #3c3c3c;
	border-left-color: #000;
}
.subTitle {
	font-weight: bold;
	font-size: 18px;
	color: #8fabe0;
	text-shadow: #2059C1 0px 0px 3px;
}
.Title {
	font-weight: bold;
	font-size: 24px;
	color: #8fabe0;
	text-shadow: #2059C1 0px 0px 3px;
}
a.heading:link, a.heading:hover, a.heading:visited, a.heading:active {
	color: #D1C297;
	letter-spacing: 2px;
	text-shadow: #D1C297 0px 0px 2px;
	text-decoration: underline;
	font-style: normal;
	text-shadow: #D1C297 0px 0px 2px;
}
a:link, a:visited, a:active {
	color: #D1C297;
	letter-spacing: 1px;
	text-decoration: underline;
	font-style: italic;
	text-shadow: #D1C297 0px 0px 2px;
}
a:hover {
	color: #D1C297;
	letter-spacing: 1px;
	text-decoration: underline;
}
.content-box {
	font-size: 12px;
	vertical-align: top;
	text-align: justify;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: white;
}
a.footer:link, a.footer:hover, a.footer:visited, a.footer:active {
	color: white;
	text-decoration: underline;
	font-style: normal;
}
