* {
	margin: 0;
}

table{
width: 100%;
font: bold 1.2em/1em "Times New Roman", sans-serif;
text-align: center;
background: white url(../images/tablebg.png);
border-collapse: collapse;
border-top: 4px ridge #e0c4e1;
}

table h1 {
	color: #000000;
	font: bold 1em/.9em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

table p {
	color: #40242d;
	font: bold 1em/.9em Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}

table td {
	border-color: #e0c4e1;
	border-style: ridge;
	border-width: 3px;
   -moz-border-radius: 0px 0px 0px 0px;
	padding: 2px;
	text-align: center;
}

table th {
	border-color: #e0c4e1;
	border-style: ridge;
	border-width: 3px;
	-moz-border-radius: 0px 0px 0px 0px;
	padding: 2px;
	text-align: center;
}

table tr.even{
	background-color: #e0c4e1;
	color: #000000;
}
.map{
	color: #40242d
}
