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


.bulletinmodule {
	float:left;
	border:1px solid #666666;
	background-color:#BFBBBA;
	color:#443D3E;
	font-family:arial;
	font-size:11px;
	font-weight:normal;
	padding:2px;
}

.moduleheading, .bulletinheads {
	background-color:#8D6365;
	border-bottom:1px solid white;
	color:white;
	text-transform:uppercase;
	padding:5px;
}

.modulecontent {
	font-weight:normal;
	padding:5px;
}

a {
color:#4C3333;
text-decoration:none;
}

a:hover {
	color:#7A3838;
}
