A { color: #d2691e; }
h1 { color: #810000; font-size: 110%; font-weight: bold; margin-bottom: 10px; }
h2 { color: #000; font-size: 90%; font-weight: bold; margin: 0; }
h3 { color: #000; font-size: 80%; font-weight: bold; margin: 0; }

* {
  font-family: arial;
}

body { font-size: 80%; margin: 0; padding: 0; background-color: #fff0de;}
li,p { font-size: 80%; }

table.wrapper {  
	width: 800px;
}
table.borders { 
  padding: 0;
  margin: 0;
  border-top: 1px solid #000000; 
  border-left: 1px solid #000000;
  width: 700px;
}

table.borders td { 
  border-bottom: 1px solid #000000; 
  border-right: 1px solid #000000;
  padding: 5px;
  font-size: 80%;
}

table.content { margin-bottom: 10px; }
table.content td { font-size: 80%; vertical-align: top; }

td.content {
	vertical-align: top;
  padding: 10px;
  height: 400px;
  background-color: #ffffff;
}

td.topleft {
  background-color: #810000;
  height: 82px;
  vertical-align: bottom;
  padding-left: 18px;
}

td.blue {
  width: 24px;
  background-color: #810000;
}

td.bottom {
  height: 40px;
  background-color: #810000;
  text-align: right;
  padding-right: 24px;
}

td.topleft A { color: #ffffff; text-decoration: none; font-weight: bold; font-size: 80%; line-height: 40px; margin-left: 4px;}
td.topleft A:hover { color: #C14040; }
td.bottom A { color: #ffffff; font-size: 60%; }