body, table, th, td, a {
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
body {
   background: #FFFFFF;
   color: #000000;
}
a:link, a:visited {
   color: #64643c;
}
a:active, a:hover {
   color: #000000;
}
img {
 border: none;
}
table {
 border: none;
 border-collapse: collapse;
}
div.center {
 width: 780px;
 margin-left: auto;
 margin-right: auto;
}
table.outertable {
   border: 1px solid #b1b13c;
   width: 98%;
}
th.header {
   background: url(header.png);
   color: #64643c;
   font-size: 22px;
   font-weight: bold;
   height: 53px;
   padding: 0 10px 0 10px;
   vertical-align: middle;
   text-align: center;
}
td.content {
   padding: 10px;
   font-size: 12px;
   text-align: center;
}
td.title{
   padding: 10px;
   font-size: 12px;
}
h1 {
	display: inline;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
h2 {
	font-size: 20px;
	margin: 0;
	padding: 5px 0 5px 0;
}

