/* CSS Document */
#topnav {
 text-align: center;
 font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 font-size: 14px;
 color: #f1d282;
 font-weight: bold;
}
#topnav a:link, #topnav a:visited {
 color: #f1d282;
 text-decoration: none;
}
#topnav a:hover {
 text-decoration: underline overline;
}
#bottomnav {
 text-align: center;
 font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
 font-size: 14px;
 color: #f1d282;
 font-weight: bold;
}
#bottomnav a:link, #bottomnav a:visited {
 color: #f1d282;
 text-decoration: none;
}
#bottomnav a:hover {
 text-decoration: underline overline;
}
a.home_text_link {
 color: #f1d282;
 font-weight: bold;
 text-decoration: underline;
}
