body, div, span, td, p {
	font-family: Helvetica,Arial,sans-serif;
	font-weight: normal;
	color: rgb(194, 184, 175);
}
a:link, a:visited { 
	color: rgb(194, 184, 175); 
	text-decoration: none;
}
a:hover, a:active { 
	color: rgb(194, 184, 175);
	text-decoration: underline;
}
body {
	margin: 0pt auto;
	background-color: rgb(194, 184, 175);
	font-size: small;
}
.schematic_outer {
	margin: 10px auto;
	padding: 10px;
	position: relative;
	width: 720px;
	height: 770px;
	background-color: rgb(69, 97, 144);
}
.schematic_inner {
	border: 5px solid rgb(194, 184, 175);
	padding: 10px;
	position: relative;
	width: 690px;
	height: 745px;
}
.schematic_left { 
	background: transparent url('schematic_left.png') no-repeat scroll left top; 
	position: absolute; 
	width: 10px; 
	height: 700px; 
	top: 0px; 
	left: 0px; 
}
.schematic_right { 
	background: transparent url('schematic_right.png') no-repeat scroll left top; 
	position: absolute; 
	width: 20px; 
	height: 700px; 
	top: 0px; 
	right: 0px; 
}
.schematic_left_bottom { 
	background: transparent url('schematic_left.png') no-repeat scroll left bottom; 
	position: absolute; 
	width: 10px; 
	height: 700px; 
	bottom: 0px; 
	left: 0px; 
}
.schematic_right_bottom { 
	background: transparent url('schematic_right.png') no-repeat scroll left bottom; 
	position: absolute; 
	width: 20px; 
	height: 700px; 
	bottom: 0px; 
	right: 0px; 
}
#link_back { 
	position: absolute; 
	left: 10px; 
	bottom: 10px; 
	font-size: 12px; 
}
p { 
	font-size: 12px;
}
h1 {
	text-align: center;
	background-position: center center;
	font-weight: bold;
	font-size: xx-large;
}
h3 {
	font-weight: bold;
	font-size: medium;
}
h5 {
	font-weight: bold;
	font-size: small;
}
a:link, a:visited { 
	color: white;
}
hr {
	color: #C2B8AF;
	background-color: #C2B8AF;
	border: 0;
	width: 95%;
}

