/* Basic settings */

body {
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size: 10 pt;
     color : #000000;
     background-color : #FFFFFF;
}

table        { font-size: 10 pt }

/* LINKS */
a:visited    { color: #0000AA; font-weight: bold; }
a:hover      { color: #00AA00; font-weight: bold; }
a:link       { color: #0000FF; font-weight: bold; }
a            { text-decoration: none }
/* Classes */

.menu_active { 
     border-top : 2px solid #EE0000;
     border-left : 2px solid #CC0000;
     border-bottom : 2px solid #990000;
     border-right : 2px solid #AA0000;
     font-size: 10 pt;
     text-align: center;
}
.menu { 
     border-top : 2px solid #000000;
     border-left : 2px solid #000000;
     border-bottom : 2px solid #000000;
     border-right : 2px solid #000000;
     font-size: 10 pt;
     text-align: center;
}
