/* CSS Document */

body {
text-align: justify;
font-family: Tahoma, san-serif;
}

td.bodyrow {
text-align: justify;
font-family: Tahoma, san-serif;
font-size: 15px;
vertical-align: top;
}

td.navrow {
letter-spacing: 1px;
text-align: left;
font-family: Verdana;
font-size: 15px;
font-weight: bold;
vertical-align: top;
text-decoration: none;
}

td.navrow a:link {color: #0000FF; text-decoration: none}
td.navrow a:visited {color: #0000FF; text-decoration: none}
td.navrow a:active {color: #0000FF; text-decoration: none}
td.navrow a:hover {
letter-spacing: 2px;
background: #ffffff;
border-bottom: 1px solid #ff0000;
color: #ff0000;
text-decoration: none;
}

