body {
   background: #FFFFFF url(/images/back.jpg) repeat-x; 
   color: #000000;
}
div.mainTable {
 padding:5%;
}
td.mainCell { 
   border-right: 1px solid black;
   border-left: 1px solid black;
   background-color:white;
}
div.content {
 font-family:'Lucida Grande',Arial,Verdana,sans-serif;
 font-size:10pt;
 padding:20px;
}
a.main-links {
 font-family:'Lucida Grande',Arial,Verdana,sans-serif;
 font-weight: bold;
 font-size: 10pt;
 text-decoration: none;
 letter-spacing: 4px;
 padding-right:2em;
}
hr.header {
 border-style: solid;
 border-color: #333333;
 color: #333333;
 border-width: 1px;
}
h1.header {
 color: #333333;
 font-weight: bold;
 letter-spacing: 2px;
 font-size: 10pt;
 text-align: center;
}
a:link {
 text-decoration: none;
 color: #003399;
}
a:visited {
 text-decoration: none;
 color: #003399;
}
a:active {
 text-decoration: none;
}
a:hover {
 text-decoration: underline;
 color:      #764630;
}
img.gallery {
 border-width: 1px;
 border-style:solid;
 border-color: black;
}
 .footer {
   font-size: 8pt;
}
