/* CSS Document */

.td{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}




.Board{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	background-color: #F4F4F4;
	padding:7px;
	border: 1px solid #999999;
}
.closebutton{
	font-family: Arial;
	font-size: 10px;
}

.product{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.product:hover{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.top{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
	
}