
body {
   font-family: Verdana, Helvetica, Arial, sans-serif;
   color: #000000;
   background-color: #FFFFFF;
   margin-top: 0;
   margin-left: 0;
   margin-right: 0;
}

a {
   text-decoration: none;
}
a:hover {
   text-decoration: underline;
}

img {
   border: none;
}

td {
   vertical-align: top;
}

.header {
   background-color: #FCF0F0;
}

.titlebar {
   font-size: 110%;
   font-weight: bold;
   background-color: #FFAAAA;
   border-top: 1px solid #000000;
   border-bottom: 1px solid #000000;
}

.titlebar2 {
   font-size: smaller;
   font-weight: bold;
   background-color: #FFAAAA;
   border-bottom: 1px solid #000000;
}

.border {
   border: 1px solid #000000;
}

.title {
   font-size: 150%;
   font-weight: bold;
}

.navmenu {
   font-size: 75%;
   background-color: #FCF0F0;
}

.navmenu a:link {
   text-decoration: none;
   color: #000000;
}
.navmenu a:visited {
   text-decoration: none;
   color: #000000;
}
.navmenu a:hover {
   background: #FFAAAA;
   text-decoration: none;
   color: #000000;
}
.navmenu a:active {
   text-decoration: none;
   color: #000000;
}

.contactinfo {
   font-size: 90%;
   text-align: center;
 }

.largertext {
   font-size: 110%;
 }

.smallertext {
   font-size: 75%;
 }

