table {
	border-width: 0px 0px 0px 0px;
	border-spacing: -1px;
	border-style: none none none none;
	border-color: white;
	border-collapse: collapse;
	background-color: white;
	font-size: 80%;
	text-align: left;
	color: black;
	font-family: "trebuchet ms", verdana;
}
th {
	border-width: 0px 0px 0px 0px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: white white white white;
	background-color: #f1d612;
	-moz-border-radius: 0px 0px 0px 0px;
	
}
td {
	border-width: 0px 0px 1px 0px;
	padding: 1px 1px 1px 1px;
	border-style: none none solid none;
	border-color: white white blue white;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
	vertical-align: top;
}

img {
border: none;
}