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


/*  News Box  */
.news {
	background-color: #cbc1b0;
}
.news ul {
	list-style: url(../graphics/triangle.gif);
	list-style-position: outside;
	padding-left: 15px;
}
.news li {
	border-bottom: solid #999999 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	color: black;
}
.news a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;	
	text-decoration: none;
	color: black;
}


/* Events Box */
.events {
	background-color: #cbc1b0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: black;
}

