#news {
	position: absolute;
	top: 110px;
	left: 0px;
	width: 760px;
}
#news h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFF99;
	color: #000099;
	border: 1px solid #000000;
	margin-top: 5px;
	margin-bottom: 5px;
}
#news h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 24px;
	border: 1px solid #000000;
	background-color: #CCFFFF;
	padding-left: 2px;
	margin: 0px;
}
#news h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	line-height: 24px;
	border: 1px solid #000000;
	background-color: #CCFFFF;
	padding-left: 2px;
	margin: 0px;
}
#news h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	padding-right: 2px;
	padding-bottom: 2px;
	margin-top: 0px;
	margin-bottom: 6px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-top: 0px;
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
	color: #003333;
}
#news p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: justify;
	padding: 2px;
	margin: 0px;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #FFFFFF;
}
