table {
	border-width: 1px 1px 1px 1px;
	border-spacing: 2px;
	border-style: outset outset outset outset;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: transparent;
}
table th {
	border-width: thin thin thin thin;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: transparent;
	-moz-border-radius: 0px 0px 0px 0px;
        text-align: left;
}
table td {
	border-width: thin thin thin thin;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: gray gray gray gray;
	background-color: transparent;
	-moz-border-radius: 0px 0px 0px 0px;
}
