/* CSS Document */

.nav {
float:left;
width:140px;
line-height:10px;
border:1px solid #336699;}

.nav a {
display:block;
padding:1px 0px 0px 1px;
font-family:Helvetica, Arial Narrow, Geneva, Swiss;
font-size:9pt;
line-height:12px;
color:#ffffff;
background:#336699;
/*font-weight:bold;*/
text-decoration:none;}

.nav a:hover {
color:#ffffff;
background-color:#111111;
line-height:12px;}

.leer {
background-color:#d3d3d3;
/*line-height:1px;} */

A:link {
color : black;
font-family:Helvetica, Arial, Geneva, Swiss;
font-size:11pt;
text-decoration: none;
padding-right : 16px;
padding-left : 6px;
padding-top : 4px;
padding-bottom : 4px;
border : 1px solid white; }

A:hover {
color: white;
font : menu;
font-weight : bold;
text-decoration: none;
background-color : #0099FF;
padding-right : 16px;
padding-left : 6px;
padding-top : 4px;
padding-bottom : 4px;
border-bottom : 1px solid black;
border-right : 1px solid black;
border-top : 1px solid silver;
border-left : 1px solid silver; }

HR {color : white; border-bottom : 1px dotted #0099FF; text-align :left} 
