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

.news{
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.news h1{
	font-size: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.news a{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.news a:hover{
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}
.title a{
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.title a:hover{
	font-size: 16px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}


