@charset "utf-8";
/* CSS Document */

ul.globalNavigation li.menu02 a{
	background-position: -123px -25px;
	background-image: url(../function/images/global_nav.jpg);
	}

#container div.mainColumn div.section1 table{
	width: 600px;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}

#container div.mainColumn div.section1 table th{
	background-color: #ECECFF;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}

#container div.mainColumn div.section1 table td{
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F2F2F2;
}

div.centering{
	text-align: center;
}

/* ================================================================================ */
/*      3.NEWS                                                                      */  
/* ================================================================================ */

#news{
	margin-top: 10px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	font-size: 12px;
	width: 550px;
	margin-left: 10px;
	float: left;
	}
#news dl{
	margin: 0px;
}

#news dt{
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0.5em
	}

#news dd{
	line-height: 160%;
	margin-top: -1.3em;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 6em;}
