body, p {
   font-family: Arial;
   font-size: 12px;
   color: #000000;
}

a {
   font-family: Arial;
   font-size: 12px;
   color: blue;
   text-decoration: none
}

a:hover {
   font-family: Arial;
   font-size: 12px;
   color: blue;
   text-decoration: underline
}

.header {
   font-family: Arial;
   font-size: 14px;
   font-weight: bold;
   color: #000000;
}

.footer {
   font-family: Arial;
   font-size: 11px;
   color: #000000;
}

form, input, select, textarea {
   font-family: Arial;
   font-size: 12px;
   color: #000000;
}

table, th, tr, td {
   font-family: Arial;
   font-size: 12px;
   color: #000000;
}

table.list {
   border: 1px solid #CCCCCC;
   border-collapse: collapse;
   font-family: Arial;
   font-size: 12px;
   color: #000000;
}

th.list {
   border: 1px solid #CCCCCC;
   border-collapse: collapse;
   background-color: #004071;
   font-family: Arial;
   font-size: 12px;
   font-weight: bold;
   text-align: left;
   color: #FFFFFF;
}

td.list {
   border: 1px solid #CCCCCC;
   border-collapse: collapse;
   font-family: Arial;
   font-size: 12px;
   color: #000000;
}

td.dotted_border {
	border-top: 1px dotted #999999;
}

.news {
   border-bottom: 1px dashed #000000;
   border-collapse: collapse;
   padding: 10px;
}

.archive {
   border: 1px solid #CCCCCC;
   border-collapse: collapse;
   padding: 10px;
}

.announcement {
   border: 1px solid #CCCCCC;
   font-family: Arial;
   font-size: 12px;
   background-color: #E5E5E5;
   color: #000000;
}

a.nav {
   font-family: Arial;
   font-size: 12px;
   color: #FFFFFF;
   text-decoration: none
}

a.nav:hover {
   font-family: Arial;
   font-size: 12px;
   color: yellow;
   text-decoration: underline
}

a.footer {
   font-family: Arial;
   font-size: 11px;
   color: blue;
   text-decoration: none
}

a.footer:hover {
   font-family: Arial;
   font-size: 11px;
   color: blue;
   text-decoration: underline
}

h1, h2, h3 {
   display: none
}