body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #BEBCBC; /* #b6b6b6 */
	text-align: center;
}

a:link {
	color: #1b1b6f;
}
a:visited {
	color: #1b1b6f;
}
a:active {
	color: #1b1b6f;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000000;
}

#menu {
	background: url(../images/hg_nav3.gif) repeat-y;
	width: 185px;
	font-size: 10pt;
	padding-bottom: 1ex;
	padding-top: 1ex;
	vertical-align: top;
}

.menu_item {
	margin: 0px 1px 0px 14px;
}

.menu_item img {
	margin-right: 5px;
}

.menu_item td {
	color: #bebcbc;
	height: 28px;
	font-size: 10pt;
}

.menu_item a {
	text-decoration: none;
	color: #bebcbc;
}

.menu_item a:hover {
	color: #ffffff;
}

.menu_item a:link {
	color: #bebcbc;
}

.menu_item a:visited {
	color: #bebcbc;
}

.menu_item a:active {
	color: #bebcbc;
}


.menu_item b {
	color: white;
	font-weight: bold;
}

.content, .content_bg {
	background-color: white;
}

.content {
	vertical-align: top;
 	padding-left: 1ex;
 	padding-top: 1.5ex;
}

.content_bg {
	/*width: 80%;*/
	width: 760px;
	margin: auto;
}

.content h2 {
 color: #5353d0;
 font-size: 120%;
 font-weight: bold;
}
