body
{
	background-color: white;
	text-align: center;
}

a
{
	text-decoration: none
}

table
{
	margin-left: auto;
	margin-right: auto;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #cccccc;
	border-collapse: collapse;
}

.tr-header
{
	background-color: #e2dec5;
	text-align: center;
}

tr
{
	background-color: #f8f7f1;
	text-align: center;
	vertical-align: top;
}

th, td
{
	text-align: left;
	padding-left: 5px;
	padding-right: 5px;
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: inset inset inset inset;
	border-color: #cccccc;
	background-color: #f8f7f1;
	-moz-border-radius: 0px 0px 0px 0px;
}

img
{
	border: 0px;
}
