@charset "utf-8";
.menu_main_style {
	font-family: Helvetica;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.menu_main_style  a{
	font-family: Helvetica;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.menu_main_style a:hover {
	font-family: Helvetica;
	font-size: 15px;
	font-weight: normal;
	color:#FF6600;
	text-decoration: none;
}


.content_main_style {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: justify;
}
.content_main_style  a{
	font-family: Helvetica;
	font-size: 15px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}
.content_main_style a:hover {
	font-family: Helvetica;
	font-size: 15px;
	font-weight: normal;
	color:#FF6600;
	text-decoration: none;
}


.top_line_img {
	background-image: url(../images/line_img.gif);
	background-repeat: repeat-x;
}

.bottom_line_img {
	background-image: url(../images/line_img_2.gif);
	background-repeat: repeat-x;
}
.Head_Title {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
.style4 {
	color: #333333;
	font-weight: bold;
}
.text_safron {
	font-family: Helvetica;
	font-size: 14px;
	color: #FF6600;
	text-decoration: none;
}

/*---------- bubble tooltip -----------*/
a.tt{
    position:relative;
    z-index:24;
    color:#3CA3FF;
	font-weight:normal;
    text-decoration:none;
}
a.tt span{ display: none; }

/*background:; ie hack, something must be changed in a for ie to execute it*/
a.tt:hover{ z-index:25; color: #333333; font-family: Helvetica; background:;}
a.tt:hover span.tooltip{
    display:block;
    position:absolute;
    top:0px; left:0;
	padding: 15px 0 0 0;
	width:200px;
	color: #333333;
    text-align:justify;
	filter: alpha(opacity:90);
	KHTMLOpacity: 0.90;
	MozOpacity: 0.90;
	opacity: 0.90;
}
a.tt:hover span.top{
	display: block;
	padding: 30px 8px 0;
    background: url(../images/bubble.gif) no-repeat top;
}
a.tt:hover span.middle{ /* different middle bg for stretch */
	display: block;
	padding: 0 8px; 
	background:url(../images/bubble_filler.gif) repeat bottom; 
}
a.tt:hover span.bottom{
	display: block;
	padding:3px 8px 10px;
	color: #548912;
    background: url(../images/bubble.gif) no-repeat bottom;
}
.quto {
	font-family: "Arial Rounded MT Bold";
	font-size: 16px;
	font-weight: normal;
	color: #60686E;
	text-decoration: none;
	margin-left: 15px;
}
.mission_style {
	font-family: Helvetica;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	text-align: right;
}

a.tip {
	position: relative;
}

a.tip span {
	display: none;
	position: absolute;
	top: 10px;
	left: 0px;
	width: auto;
	padding: 5px;
	z-index: 100;
	background: #f4f4f4;
	color: #333333;
	-moz-border-radius: 10px; /* this works only in camino/firefox */
	-webkit-border-radius: 10px; /* this is just for Safari */
}

a:hover.tip {
	font-size: 80%; /* this is just for IE */
}

a:hover.tip span {
	display: block;
	font-family:"Helvetica"
}.bg_img_mission {
	background-image: url(../images/mission_img.jpg);
	background-repeat: no-repeat;
	height: 154px;
	width: 239px;
}
.Head_Title_mission {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
	margin-top: 25px;
	margin-bottom: 50px;
	margin-left: 20px;
}
