body{
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #003044;
	background:url('../images/back.jpg') repeat-x;
}

td{
	font-family: Arial;
	font-size: 12px;
	color: #003044;
}

a{
	color:#429ABE;
	text-decoration:none;
}

#left_rand,#right_rand{
	width:10px;
	vertical-align:top;
	text-align:right;
}
#right_rand{
	text-align:left;
}

#menu_box{
	border-right:7px solid #FFF;
	vertical-align:top;
	background:#6B8792;
}

.navi_box{
	border-top:73px solid #FFF;
}

.navi,.navi_act{
	color:#FFF;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
	
	display:block;
	line-height:23px;
	
	padding-left:12px;
	background:url('../images/menu_bg.gif');
	
	border-bottom:1px solid #FFFFFF;
}
.navi:hover,.navi_act{
	border-right:5px solid #3E9CC3;
}

#border_bottom{
	background:url('../images/border_bottom.gif') repeat-x;
}