body, td, th {
  font-family: verdana,tahoma,arial,sans-serif;
  font-size: 80%;
}

h1, h2, h3, h4, h5, h6, .heading {
  color: #444444;
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding: 0px;
  margin-left: 1em;
}

li
{
  background-image: url(../img/bullet.gif);
  background-repeat: no-repeat;
  background-position: 0em;
  padding-left: 1em;
}

div.header {
  text-align: right;
  margin-bottom: 2px;
}

div.footer {
  margin-top: 2px;
  color: #444444;
  text-align: right;
}

div.content {
  background-color: rgb(181, 206, 243);
  padding: 10px;
}

#imgtable {
  border-collapse: collapse;
}

#texttable tr {
  vertical-align: top;
}

#imgtable {
  margin: 20px;
}

#imgtable td {
  padding: 0px;
}

#imgtable td.spacingupperimgcell {
  border-bottom: 2px solid white;
}

#imgtable td.upperimgcell {
  border-left: 2px solid white;
  border-bottom: 2px solid white;
}

#imgtable td.lowerimgcell {
  border-left: 2px solid white;
}

a:link               {color:#002973; font-weight:normal; text-decoration:none; }     
a:active             {color:#002973; font-weight:normal; text-decoration:none; }     
a:visited            {color:#002973; font-weight:normal; text-decoration:none; }     
a:hover              {color:#E6398A; font-weight:normal; text-decoration:underline; }

.footer a:link               {color:silver; font-weight:normal; text-decoration:none; }     
.footer a:active             {color:silver; font-weight:normal; text-decoration:none; }     
.footer a:visited            {color:silver; font-weight:normal; text-decoration:none; }     
.footer a:hover              {color:silver; font-weight:normal; text-decoration:underline; }

td.toplinkfirst {
  padding: 1px 5px 1px 0px;
}

td.toplink {
  padding: 1px 5px 1px 5px;
  border-left: 1px solid #002973;
}