@charset "utf-8";
/* CSS Document */

table.specials {
	border-width: thin;
	border-spacing: 0px;
	border-style: dashed;
	border-color: gray;
	border-collapse: collapse;
	background-color: white;
}
table.specials th {
	border-width: 1px;
	padding: 5px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.specials td {
	border-width: 1px;
	padding: 5px;
	border-style: dashed;
	border-color: gray;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

a {
	text-decoration: none;
	color:#f25700;
}
a:hover {
	text-decoration: none;
	color:#666666;
}