.board_message {
	background: #EFEFEF;
	color: #333333;
	border-top: 2px solid #D4D4D4;
	border-bottom: 2px solid #D4D4D4;
	padding: 3px;
	margin-top: 10px;
	
	font-size: 11px;
}

.b_m_1 {
	background: #FFF6BF;
	color: #993300;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	margin-top: 10px;
	padding: 3px;
	margin-bottom: 10px;
	
	font-family: Tahoma;
	font-size: 11px;
}

.b_m_2 {
	background: #D6ECA6;
	color: #006600;
	border-top: 2px solid #8DC93E;
	border-bottom: 2px solid #8DC93E;
	margin-top: 10px;
	padding: 3px;
	margin-bottom: 10px;
	
	font-family: Tahoma;
	font-size: 11px;
}

.b_m_3 {
	background: #ADCBE7;
	color: #006699;
	border-top: 2px solid #0F5C8E;
	border-bottom: 2px solid #0F5C8E;
	margin-top: 10px;
	padding: 3px;
	margin-bottom: 10px;
	
	font-family: Tahoma;
	font-size: 11px;
}

.b_m_4 {
	background: #F5F5FF;
	color: #42587D;
	border-top: 2px solid #5C79A9;
	border-bottom: 2px solid #5C79A9;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px;
	
	font-family: Tahoma;
	font-size: 11px;
}

		