*, html, body 	{
	margin:0px;
}

h3,h1,h2,h4 {
	font-size:18px;
	font-weight:bold;
	color:#666}

small {
	font-size:10px
}

body{
	background: #F4E6E6;
	line-height:1.4em;
	font-size: 11px;
	color: #666;
	font-family: verdana, Arial, Verdana, Helvetica, sans-serif;
}


.t_main {
	border-right: 1px solid #c0c0c0;
	border-left: 1px solid #c0c0c0;
}

h1 {
	font-size: 14px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}

h2 {
	font-size: 12px;
	color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: left;
}


#menu {
	clear: both;
	float: left;
	width: 120px;
	margin: 0px 0px 0px 0px;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

#menu div.title {
	color: #ffffff;
	font-weight: bold;
	padding: 0px;
	line-height: 18px;
	height: 18px;
	background-color: #a60303;
	padding: 0px;
	margin: 0px;
	text-align: center;
}


#menu ul.sub {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	background-color: #f5f5f5;
}

#menu li a {
	color: #000000;
	display: block;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	width: 100%;
	line-height: 18px;
	height: 18px;
	font-weight: normal;
	font-size: 11px;
}

#menu li a:visited {
	color: #555555;
}

#menu li a {
	width: auto;
}

#menu li.active a,
#menu li.active a:visited,
#menu li.item a:hover, ul.sub li.item a:hover {
	display: block;
	color: #a60303;
	border-top: 1px #ffffff solid;
	border-bottom: 1px #ffffff solid;
	text-decoration: none;
	text-indent: 16px;
	background: url(/files/jmenu.png) no-repeat left #FFC8C8;
}
 
div.h {
	background-color: #95a8ec;
	padding: 2px 0px 2px 4px;
	margin-bottom: 3px;
	border-bottom: #7598cc 2px solid;
	color: black;
	font-weight: bold;
}

.balloonstyle{
	position:absolute;
	top: -500px;
	left: 0;
	padding: 5px;
	visibility: hidden;
	border:1px solid black;
	font:normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: white;
}

#arrowhead{
	z-index: 99;
	position:absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
}


