/* CSS Document */
.normal_text {font-family:Tahoma ; color:#000000 ; font-size:8pt ;}
.special_text {font-family:Tahoma ; color:#800000 ; font-size:8pt ;}
.value_text {font-family:Tahoma ; color:#0000FF ; font-size:8pt ;}
.menu_text {font-family:Tahoma ; color:#ffffff ; font-size:8pt ;}
.title_text {font-family:Tahoma ; color:#787876 ; font-size:8pt ;}
body{
margin-left:0px;
margin-top:0px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.textbox {font-family:Tahoma ; font-size:8pt; border: 1px solid #C0C0C0;}
.btn
{
	background: #ececec;
	font-family: Tahoma;
	padding: 3px;
	border: #999999 0px solid;	
	color: #336699;
	font-size: 8pt;
	line-height: 0.4em;
	text-align: center;
	cursor: hand;
	height:18px;
}
.box{
border:solid 1px #226A2F;
border-collapse:collapse;
width:100%;
}
.box_header{
height:20px;
background-image:url(skin/black/image/bg_box.gif);
padding-right:3px;
padding-right:10px;
}
.box_content{
background-color:#226A2F;
height:20px;
padding-left:3px;
padding-right:3px;
}
.box_header_text{
font-family:Tahoma;
font-size:8pt;
color:#ffffff;
}
.menu{
background-image:url(../image/back_menu.gif);
height:20px;
}
