/*css for bulletin online module*/

h1.bulletin {

}

h2.bulletin {
	font-size: 22px !important;
}

h3.bulletin {
	background-color: #ECE9D8;
	padding: 2px;
	font-size: 18px !important;
	font-weight: normal !important
}

h4.bulletin {

}

h5.bulletin {

}

h6.bulletin {
	margin-bottom: 3px !important;
	color: #333333 !important;
}

.bulletinAnnouncements h1, .bulletinAnnouncements h2, .bulletinAnnouncements h3{
	font-size: 18px !important;
	margin-bottom: 0px !important;
}

.bulletinAnnouncements h4, .bulletinAnnouncements h5, .bulletinAnnouncements h6{
	font-size: 12px !important;
	margin-bottom: 0px !important;
}

.bulletinAnnouncements p {
	margin-top: 5px !important;
	margin-bottom: -5px !important;
}

.bulletinEvents h1, .bulletinEvents h2, .bulletinEvents h3{
	font-size: 18px !important;
	margin-bottom: 0px !important;
}

.bulletinEvents h4, .bulletinEvents h5, .bulletinEvents h6{
	font-size: 12px !important;
	margin-bottom: 0px !important;
}

.bulletinEvents h6 {
	margin-left: -15px !important;
	margin-bottom: 10px !important;
}


.bulletinEvents p {
	margin-top: 5px !important;
}

.bulletinEvents ul {
	margin-left: 15px !important;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	list-style: none !important;
}

.bulletinEvents li {
	list-style: none !important;
	padding: 0px 0px 4px 10px !important;	
	background-image: url(/templates/fbct/images/bullet.gif) !important;
	background-repeat: no-repeat !important;
	background-position: top left !important;
}




