/* CSS Document */

.td{
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}

.closebutton{
	font-family: Arial;
	font-size: 10px;
}

.Board{
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	text-decoration: none;
	background-color: #F4F4F4;
	padding:7px;
	border: 1px solid #999999;
}

.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;
	
}

a.click-now:link {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.click-now:visited {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.click-now:hover {
	font-family: Arial;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.taxtbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	background-color: #FCFCFC;
	border: 1px solid #E4E4E4;
}

.button{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	background-color: #F3F3F3;
	border: 1px solid #999999;
}