body {
   margin: 0px;
   empty-cells: show;
}

body, table {
   font-family: verdana, serif;
   font-size: 11px;
}

a {
   font-family: verdana, sans-serif;
   color: red;
}
a:hover {
   text-decoration: none;
}

h1, .VolTitle {
   font-family: Times New Roman, Georgia, serif;
   font-size: 32px;
   font-variant: small-caps;
   margin: 0px;
   font-weight: bold;
}

h3 {
   font-size: 18px;
   font-variant: small-caps;
   font-family: Times New Roman, serif;
   margin: 0px;
}

td h1 {
   font: Times New Roman, serif;
}

h2 {
   font-size: 14px;
   font-family: Times New Roman, serif;
}

p {
   font-family: verdana, sans-serif;
   font-size: 10px;
}



.TopNav a {
   font-family: Times New Roman, serif;
   font-size: 18px;
   font-weight: bold;
   font-variant: small-caps;
   text-decoration: none;
   color: black;
   padding: 0px 10px 0px 10px;
}
.TopNav a:hover {
   color: #666666;
}

.SubNav {
   font-family: verdana, sans-serif;
   font-size: 12px;
   color: #CCCCCC;
}



.HeaderCell {
   color: white;
   font-family: Times New Roman, serif;
   font-size: 14px;
   font-weight: bold;
   /*background-color: red;*/
}

.FooterCell {
   padding-top: 10px;
   font-family: verdana, sans-serif;
   font-size: 11px;
}

.SectionTitle {
   background-color: #EB1D2D;
   color: white;
   font-weight: bold;
   font-size: 12px;
}