body{
	background-color:#12103F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.menu_off {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.searchbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	width: 120px;
	border: 1px solid #CCCCCC;
}
.txtbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
}
.bg_toc {
	background-image: url(../img/bg/bg_toc.gif);
	background-repeat: no-repeat;
	background-position:top;
	background-position:left;
}
.title, .header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

hr.hr4 {
      background-image: url(../img/dotted_line.gif);
      background-repeat: repeat-x;
      height: 1px;
      margin: 0; padding: 0;
      border-style: none;
}

ul {
	margin: 6px;
	padding: 6px;
	/*list-style: none;*/
}

ul li {
	position: relative;
}
li ul {
	position: absolute;
	left: 10px;
	top: 0px;
	display: none;
	}


