.white11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

.grey11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c9c9c9;
}

.orange12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e87344;
}

.orange11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #e87344;
}

.bold {
	font-weight:bold;
	}
	
table.so_bar {
	border-bottom:1px solid #65402d;
}

.board{
	width: 425px;
	margin-left: 140px;
	background:url(../images/board_line.png) repeat-y left top;
	margin-bottom: 40px;
}

.board .top{
	width: 425px;
	height: 39px;
	background:url(../images/board_top.png) no-repeat left top;
}

.board .content{
	padding-left: 20px;
	padding-right: 30px;
	width: 375px;
	color: #F8F8F8;
}

.board .content .name{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 17px;
}

.board .bottom{
	width: 425px;
	height: 46px;
	background:url(../images/board_bottom.png) no-repeat left bottom;
}



