.bulletinBoardHead, .bulletinBoardHeadRed, .bodytext1, .bodytext2 {
	font-family: 'Tauri', sans-serif;
	font-weight: normal;
	text-align: left;
}

.subhead, .subhead2, .subhead3, .subhead4   {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	color: #000000;
	text-align: left;
}
a {
	color: #731900;
}
.bodytext1 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 18px;
}
.bodytext2 {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	line-height: 20px;
	color: #575a5d;
}
.bulletinBoardHead {
	font-size: 27px;
	color: #1d1d1d;
	text-align: center;
}
.bulletinBoardHeadRed {
	font-size: 27px;
	color: #731900;
	text-align: center;
}
.subhead {
	font-size: 17px;
	line-height: 21px;
}
.subhead2 {
	font-size: 20px;
	line-height: 23px;
}
.subhead3 {
	font-size: 24px;
	line-height: 27px;
}

@media only screen and (max-width: 750px) {

	.bulletinBoardHead {
		font-size: 17pt;
		line-height: 1.2em;
	}

}