.nav{
	font: 8pt "Verdana";
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	display: block;
}
.link{
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #6F6F4A;
	font-weight: bold;
}
.title{
	font-family: verdana, Arial, Helvetica, sans-serif;   
	font-size : 22px;
	color: #000000;
	font-weight: bold;
}
.text{
	font-family: verdana, Arial, Helvetica, sans-serif;   
	font-size : 11px;
	color: #000000;
	line-height: 15px;
	text-align: justify;
}
.text2{
	font-family: verdana, Arial, Helvetica, sans-serif;   
	font-size : 11px;
	color: #000000;
	line-height: 15px;
}
.black{
	font-family: Arial, Helvetica, sans-serif;   
	font-size : 11px;
	color: #000000;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}
.black_hover{
	font-family:  Arial, Helvetica, sans-serif;   
	font-size : 11px;
	color: #91547E;
	line-height: 18px;
	font-weight: bold;
	text-decoration: none;
}

#board_list {
	list-style-type: none;
	}

#board_list li {
	list-style-type: none;
	}
	
#board_list a {
	text-decoration: underline;
	font-weight: 100;
	}

#board_list a:hover {
	text-decoration: underline;
	font-weight: bold;
	}