<!--

html {
  width: 100%;
	height: 100%;
	margin: 0;
  padding: 0;
}

#main {
	width: 100%;
	height: 100%;
	background: #222200 url(babb_st_bgd.gif) repeat top center;
  margin: 0;
  padding: 0;
	font: 10pt arial, verdana;
  line-height: 1.4;
  color: #222222;
	text-align: center;
	background-color: #222200;
}

h1 {
  font: bold 16px arial, verdana;
	display: inline;
}

#babb_logo {
  width: 294px;
	height: 151px;
	position: absolute;
	margin: 1px 0 0 20px;
	top: 0;
	z-index: 2;
}

#babb_picture {
  width: 300px;
	height: 371px;
	position: relative;
	margin: -74px 0 20px 0;
	top: 0;
	z-index: 3;
}

#babb_picture a {
  margin: -8px 0 0 28px;
	text-align: center;
	font: bold 8pt arial, verdana;
	position: absolute;
}

#menu_container {
  width: 920px;
	margin: 0 auto;
  padding: 0;
  text-align: left;
}

#menu {
  top: 0;
	margin: 132px 0 0 305px;
	position: absolute;
	z-index: 3;
}

.mb {
  margin-left: 15px;
	margin-right: 15px;
}

#container_01 {
  width: 100%;
	margin: 0 auto;
  padding: 0;
}

#container_02 {
  width: 920px;
	margin: 0 auto;
  padding: 0;
}

#container_03 {
  width: 920px;
	margin: 0 auto;
  padding: 0;
	overflow: hidden;
	background: url(babb_tbl_bg.gif) repeat-y top center;
}

#header {
  width: 920px;
	height: 210;
	margin: 0;
	padding: 0;
}

#header td, th {
  margin: 0;
	padding: 0;
}

#footer {
  width: 920px;
	height: 210;
	border-spacing: 0px;
	margin: 0;
	padding: 0;
}

#footer td, th {
  margin: 0;
	padding: 0;
	border-spacing: 0px;
}

#column_01 {
  width: 300px;
	margin: 0;
  padding: 0;
  float: left;
	text-align: left;
}

#column_02 {
  width: 610px;
  margin: 0 auto;
	padding: 0;
	float: right;
}

#column_03 {
  width: 885px;
  margin: 0 auto;
	padding: 0;
	float: right;
}

#content {
  margin: 0 auto;
	padding: 20px 35px 20px 0px;
	text-align: left;
}

#side_content {
  margin: 0 auto;
	padding: 10px 20px 20px 35px;
	text-align: left;
}

#copyright {
  font: bold 11px arial, verdana;
  line-height: 1.4;
  text-align: left;
  color: #ffffff;
  width: 880px;
  margin: 0 auto;
  padding: 1px 0 10px 0;
}

.hidden {
  font: bold 8px arial, verdana;
  line-height: 1.4;
  text-align: left;
  color: #222200;
}

.hline {
  border-top: 1px dashed #bcbcbc;
}

.box {
  text-align: left;
  color: #222222;
  margin: 0px;
  padding: 15px;
  background-color:#efefef;
  border: thin solid #dedede;
	position: relative;
	/*
	filter: alpha(opacity=40);
  opacity: 0.4;
	*/
}

a:link { text-decoration: underline; color: #cc0000; }
a:visited { text-decoration: underline; color: #990000; }
a:hover { text-decoration: none; color: #000000; }
a:active { text-decoration: underline; color: #cc0000; }

a.main:link { text-decoration: underline; color: #cc0000; font-weight: bold; }
a.main:visited { text-decoration: underline; color: #990000; font-weight: bold; }
a.main:hover { text-decoration: none; color: #000000; font-weight: bold; }
a.main:active { text-decoration: underline; color: #cc0000; font-weight: bold; }

a.title:link { text-decoration: underline; color: #cc0000; }
a.title:visited { text-decoration: underline; color: #990000; }
a.title:hover { text-decoration: none; color: #000000; }
a.title:active { text-decoration: underline; color: #cc0000; }

a.mb:link { text-decoration: none; color: #696969; font: bold 10pt arial, verdana; }
a.mb:visited { text-decoration: none; color: #696969; font: bold 10pt arial, verdana; }
a.mb:hover { text-decoration: none; color: #000000; font: bold 10pt arial, verdana; }
a.mb:active { text-decoration: none; color: #696969; font: bold 10pt arial, verdana; }

a.ftr:link { text-decoration: none; color: #ffffff; }
a.ftr:visited { text-decoration: none; color: #ffffff; }
a.ftr:hover { text-decoration: none; color: #e8bf15; }
a.ftr:active { text-decoration: none; color: #ffffff; }

a.top:link { text-decoration: underline; color: #cc0000; font: bold 11px arial, verdana; }
a.top:visited { text-decoration: underline; color: #cc0000; font: bold 11px arial, verdana; }
a.top:hover { text-decoration: none; color: #000000; font: bold 11px arial, verdana; }
a.top:active { text-decoration: underline; color: #cc0000; font: bold 11px arial, verdana; }

a.img:link { text-decoration: none; }
a.img:visited { text-decoration: none; }
a.img:hover { text-decoration: none; }
a.img:active { text-decoration: none; }

-->