/* CSS Document */
body {
	background-repeat: repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;

}

#news {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#news h1 {
	font-size: 24px;
	font-weight: normal;
	color: #4e8e86;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-bottom: 20px;
}

#news h2 {
	font-size: 16px;
	font-weight: normal;
	color: #4e8e86;
}

#news {
	font-size: 11px;
	padding-bottom: 10px;
	padding-right: 15px;
}

ul {
	padding-left:30px;
	font-size: 10px;
	padding-bottom: 10px;
}
ul li {
	font-size: 12px;
	padding-bottom: 3px;
	list-style: circle;
	color: #103e5e;
}

