@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}
a {
	background-color: #FFF;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #336600;
}
div {
	background-color: #FFF;
}
img {
	background-color: #FFF;
}
h1 {
	color: #0000FF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
}
.container {
	background: #FFF;
	font-size: 12px;
	padding: 0;
	margin: 0 auto;
	width: 800px;
}
.LogoBox01 {
	float: left;
	width: 800px;
	margin-top: 10px;
}
.NavBar01 {
	float: left;
	width: 780px;
	background-image: url(../Buttons/NavButton01.png);
	padding-left: 20px;
}
.Box01 {
	float: left;
	width: 800px;
}
.BottomBar01 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../Images01/BottomBar01.gif);
	background-repeat: no-repeat;
	float: left;
	height: 25px;
	width: 775px;
	padding-top: 6px;
	padding-left: 25px;
}

