/*************************** HOMEPAGE PERSONNEL ***********************/

.personnel {
	width: 515px;
	min-height: 160px;
	background: url(../_images/bg_home_personnel.png) bottom no-repeat;
	text-align: left;
	padding: 0 0 10px 0;
	margin: 0 0 0 8px;
}

.personnel h1, .news h1 {
	background: url(../_images/bg_home_text_tit.gif) no-repeat;
	width: 515px;
	height: 20px;
	color: #fff;
	margin: 20px 0 5px 0;
	padding: 4px 0 0 5px;
	font-size: 10px;
}

.personnel table {
	width: 500px;
	margin: 0 0 0 7px;
}

.personnel td {
	width: 244px;
}

.personnel h2 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
}

.personnel h3 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
}

.personnel h4, .personnel h4 a:link, .personnel h4 a:active, .personnel h4 a:visited {
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-decoration: none;
	color: #647dbc;
	text-align: right;
}

.personnel h4 a:hover {
	text-decoration: underline;
}

/*************************** END HOMEPAGE PERSONNEL ***********************/


/*************************** HOMEPAGE NEWS & ANNOUNCEMENTS ***********************/

.news {
	width: 515px;
	margin: 0 0 0 8px;
}

.news ul {
	margin: 0 5px;
	padding: 0;
	list-style: none;
	width: 505px;
}

.news ul li {
	margin: 0 0 5px 0;
	padding: 0 0 5px 7px;
	list-style: none;
	background: url(../images/bg_li.gif) no-repeat;
	border-bottom: 1px dotted #4c4c4c;
	font-weight: bold;
	font-size: 11px;
	color: #4c4c4c;
}

.news ul li a:link, .news ul li a:active, .news ul li a:visited {
	text-decoration: none;
	color: #4c4c4c;
}

.news ul li a:hover {
	text-decoration: underline;
}

/*************************** END HOMEPAGE NEWS & ANNOUNCEMENTS ***********************/