/* general attributes */

body {
	font-family: Arial;
	font-size: 12px;
	background: #c8e4f6;
	color: #000;
	margin: 0px;
	height: 100%;
	width: 100%;
}

div.main {
	width: 100%;
	height: 100%;
}

table.main_background {

}

table.main {
	width: 980px;
	height: 580px;
	background: #fff;
	text-align: left;
}

td.content {
	width: 670px;
}

td.banner {
	width: 170px;
	background-image: url('../images/logo_hhbls.gif');
	background-repeat: no-repeat;
}

td.menu {
	padding-top: 40px;
	background: #1664c5;
	width: 140px;
	background-image: url('../images/menu_background.png');
	background-repeat: repeat-x;

}

/* form, select & input */

img {
	border: 0px;
}

form {
	margin: 0px;
	padding: 0px;
}

select {
	width: 150px;
}


/* text */

h1 {
	font-family: arial;
	font-size: 16px;
	font-weight: bold;
	color: #053566;
	margin: 0;
	padding: 0;
}

h2 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #053566;
	margin: 0;
	padding: 0;	
}

font.blue {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #053566;
}

/* link hover */

a:link
{
  color: #43a0ff;
  text-decoration: none;
}

a:visited
{
  color: #43a0ff;
  text-decoration: none;
}

a:hover
{
  color: #43a0ff;
  text-decoration: underline;
}

a:active
{
  color: #43a0ff;
  text-decoration: none;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

ul.normal {
padding-left: 10px;
list-style-type: square;
}

#menu {
font-size: 12px;
text-align: left;
}

#menu dt a:link {
cursor: pointer;
height: 20px;
color: #fff;
/* padding-left: 8px; */
}

#menu dt a:visited {
cursor: pointer;
height: 20px;
color: #fff;
}

#menu dt{
cursor: pointer;
height: 20px;
color: #fff;
padding-left: 5px;
}

#menu dd {
position: absolute;
text-align: right;
margin-left: -150px;
margin-top: -22px;
width: 150px;
}

#menu dt a:hover {
text-decoration: underline;
}

#menu dt:hover {
text-decoration: underline;
}

#menu ul {
padding-right: 9px;
}
#menu li {
height: 20px;
line-height: 20px;
}

#menu li a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
}

/*
#mentions {
font-family: arial;
position: absolute;
bottom : 200px;
left : 10px;
color: #000;
background-color: #ddd;
}
#mentions a {text-decoration: none;
color: #222;
}
#mentions a:hover{text-decoration: underline;
}
*/

/* background border */

td.top_left {
	width: 24px;
	height: 24px;
	background-image: url('../images/bg_top_left.gif');
}

td.top_mid {
	height: 24px;
	background-image: url('../images/bg_top_mid.gif');

}

td.top_right {
	width: 24px;
	height: 24px;
	background-image: url('../images/bg_top_right.gif');
	background-position: top right;
}

td.mid_left {
	width: 24px;
	background-image: url('../images/bg_mid_left.gif');
}

td.mid_mid {
	background: #fff;
}

td.mid_right {
	width: 24px;
	background-image: url('../images/bg_mid_right.gif');
	background-position: right;
}

td.bottom_left {
	height: 24px;
	width: 24px;
	background-image: url('../images/bg_bottom_left.gif');
	background-position: bottom left;
}

td.bottom_mid {
	height: 24px;
	background-image: url('../images/bg_bottom_mid.gif');
	background-position: bottom;
}

td.bottom_right {
	height: 24px;
	width: 24px;
	background-image: url('../images/bg_bottom_right.gif');
	background-position: bottom right;
}

ul.normal {
padding-top: 5px;
padding-left: 5px;
list-style-type: square;
}

