body {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}
p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000}

.heading {  font-size: 16px; color: #000000; font-weight: bold}
.subheading { font-size: 16px; color: #944108; font-weight: bold }
.highlight { font-size: 12px; color: #000000; font-weight: bold }

a { color: ; text-decoration: underline}
a:visited {color: ; text-decoration: underline}
a:hover {color: #808080; text-decoration: underline}

.topnav { font-size: 12px; color: #944108; font-weight: normal; text-decoration: none}
.topnav:link { font-size: 12px; color: #944108; font-weight: normal; text-decoration: none}
.topnav:visited { font-size: 12px; color: #944108; font-weight: normal; text-decoration: none}
.topnav:hover { font-size: 12px; color: #000000; font-weight: normal; text-decoration: none}

.subMenu { font-size: 12px; color: #944108; font-weight: normal;  text-decoration: none}
.subMenu:link { font-size: 12px; color: #944108; font-weight: normal;  text-decoration: none}
.subMenu:visited { font-size: 12px; color: #944108; font-weight: normal;  text-decoration: none}
.subMenu:hover {font-size: 12px; color: #000000; font-weight: normal;text-decoration: none}

.footer { font-size: 10px; color: #808080; font-weight: normal; text-decoration: none}
.footer:link { font-size: 10px; color: #808080; font-weight: normal; text-decoration: none}
.footer:visited { font-size: 10px; color: #808080; font-weight: normal; text-decoration: none}
.footer:hover { font-size: 10px; color: #808080; font-weight: normal; text-decoration: underline}

#navlist li
{
display: inline;
/* for IE5 and IE6 */
}

#navlist
{
width: 120px;
/* to display the list horizontaly */
font-family: sans-serif;
margin-right: 5px;
border-top: 1px #DEDBDE solid;
background-image: url(designimgs/right_border2.gif);
}

#navlist a
{
padding: 2px;
width: 120px;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #FAFAFA;
border-left: 1px #DEDBDE solid;
border-right: 1px #DEDBDE solid;
border-bottom: 1px #DEDBDE solid;
text-align: left;
text-decoration: none;
}

#navlist a:hover { background-color: #F7F7F7; }
#navlist a:visited {  }


