/* CSS Document */
/* For Footer Zone : Address, some Link, newsletter, newsletter subtext */
.footer_address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.footer_link {font-size: 11px}
.footer_newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6600;
}
.footer_newsletter_sub {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #000000; 
}

/* For Body Zone : Date, Title, normal */
.body_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.body_title_date {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #727ebc;
}
.body_title_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #fe5a00;
}
.body_top_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* For LeftMenu Zone : Normal, hover Organe, Violet, Green */
/* Normal */
.left_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	height:16px;
	padding-left:12px;
	background-color:;
	cursor:hand;	
}
/* Hover : Organ Zone  */
.left_menu_organ {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FE5A00;
	height:16px;
	padding-left:12px;
	background-color:#FFFFFF;
	cursor:hand;			
}
/* Hover : Violet Zone  */
.left_menu_violet {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #CB47AF;
	height:16px;
	padding-left:12px;
	background-color:#FFFFFF;
	cursor:hand;
}
/* Hover : Green Zone  */
.left_menu_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #1E8403;
	height:16px;
	padding-left:12px;
	background-color:#FFFFFF;
	cursor:hand;			
}