body {
	background-color: #6A91B0;
	margin-top: 15px;
	margin-bottom: 15px;
}
#box {
	padding: 1px 1px 1px 1px;
	border: 1px #4A4A4C;
}

#header {
    float:left;
    width:100%;
    background: url("../layout_img/bg.gif")
      repeat-x bottom;
    font-size:93%;
    line-height:normal;
	width: 800px;
	height: 35px;
	border-top: 1px solid #989898;
    }
#header ul {
    margin:0;
    list-style:none;
    }
#header li {
    float:left;
    margin:0;
	width: 92px;
	padding-left: 5px;
    padding-top: 6px;
    }
#header a {
	float:none;
	display:block;
	background:url("../layout_img/tab-off.png")
      no-repeat right top;
	height: 28px;
	text-align:center;
	text-position: middle;
	text-decoration:none;
	font-weight:bold;
	color: #000000;
    }
  
#header a:hover {
	background-image: url("../layout_img/tab.png");
	height: 28px;
	color: #3B566B;
    }
#header a.here {
	background-image: url("../layout_img/tab.png");
	height: 29px;
	color: #3B566B;
    }
body,td,th {
	color: #4A4A4C;
}
a:link {
	color: #3B566B;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #3B566B;
}
a:hover {
	text-decoration: underline;
	color: #6A91B0;
}
a:active {
	text-decoration: none;
	color: #6A91B0;
	background-image: none;
}
.a.here {
	color: #3B566B;
	text-decoration: none;
}
.Title {
	font-family: "Book Antiqua";
	font-size: 105px;
	color: #4a4a4c;
	font-weight: bold;
}
.Headline {
	font-family: "Book Antiqua";
	font-size: 24px;
	color: #7BB1C7;
}
.Focus {
	font-family: "Book Antiqua";
	font-size: 14px;
	color: #4A4A4C;
}
.Heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #3B566B;
}
.Body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
