/* CSS Document */
body{
	margin:0px;
background:#ffffff;
	margin-top:0px;
	font-family : Arial, Helvetica, Verdana, Geneva, sans-serif;
	overflow:scroll;
	}
	
.menu_left{
	border:0px solid black;
	padding:0px;	
	width:1px;
	}
.content_main{
	padding:0px;
	}
/*------------------------------------------------*/
/*---------------button-control-area--------------*/
/*------------------------------------------------*/
.link_norm{
	border:1px solid #71B20B;
	}
.link_hover{
	background:#9FCB59;
	border:1px solid #555;
	}
.link_sel{
	background:#4D7907;
	border:1px solid black;
	color:#e4e4e4;
	}

.link_norm, .link_hover, .link_sel{
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
	font-weight:600;
	font-size:14px;
	white-space:nowrap;	
	}
.link_title{
	font-weight:600;
	color:#FFFFFF;
/*	text-decoration:underline;*/
	white-space:nowrap;
	}
/*------------------------------------------------*/
/*------------------main-text-stylize-------------*/
/*------------------------------------------------*/
h1, h2, h3, h4{
/*	color:#E25F4B;
/*	text-decoration:underline;*/
	}
h4{
	padding:0px;
	margin:0px;
	/*text-decoration:underline;*/
	}
p{
	margin-top:5px;
	padding:0px;
	text-indent:25px;
	font-size:14px;
	text-align:justify;
	}

/*------------------------------------------------*/
/*------------------img-control-area--------------*/
/*------------------------------------------------*/
.img_left{
	float:left;
	margin-right:10px;
	border:0px solid #444;
	}
.img_center{
	border:0px solid #444;
	margin:10px;
	}
.img_right{
	float:right;
	margin-left:10px;
	border:0px solid #444;
	}

/*------------------------------------------------*/
/*------------------img-locations-----------------*/
/*------------------------------------------------*/
.menu_tl, .menu_tr, .menu_bl, .menu_br{background:url('img/c.png');}
.menu_tc, .menu_bc{background:url('img/h.png');}
.menu_tr{background-position:right 0;}

.menu_ml, .menu_mr{background:url('img/v.png');background-position:0px 0px;}
.menu_mr{background-position:right 0;}

.menu_bl{background-position:0 bottom;}
.menu_bc{background-position:0 bottom;}
.menu_br{background-position:right bottom;}
