body {
	margin: 0px;
	background-image: url(../Chassis/backslice.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #7E9142;
}
.header {
	width: 760px;
	text-align: left;
	background-color: #3F7599;
	background-image: url(../Chassis/header.jpg);
	height: 106px;
}
.navigator {
	background-color: #819FB7;
	width: 740px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: right;
	font-size: small;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-image: url(../Chassis/navigator.jpg);
}
.maintitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: x-large;
}
.subtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
.main {
	padding: 10px 20px;
	width: 700px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666666;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 20px;
	font-size: small;
	color: #999999;
	width: 700px;
	text-align: right;
}
.navi:link {
	color: #000000;
	text-decoration: none;
}
.navi:visited {
	color: #000000;
	text-decoration: none;
}
.navi:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.naviselected:link {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.naviselected:visited {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.naviselected:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-size: large;
	color: #000099;
}
h2 {
	font-size: medium;
	color: #0000FF;
}
