@charset "ISO-8859-1";
/* CSS Document */
body {
background-image:url(img/bck.gif); 
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
color: #663300; 
font-size:0.8em;
margin-top:5px;
}

.menuLeft:link {
color: #663300; text-decoration:none; font-weight:normal;
}

.menuLeft:visited {
color: #663300; text-decoration:none; font-weight:normal;

}

.menuLeft:hover {
color: #FF045C; text-decoration:underline; font-weight:normal;

}

.menuTop:link {
color: #FF045C; text-decoration:none; font-weight:normal;

}

.menuTop:visited {
color: #FF045C; text-decoration:none; font-weight:normal;

}

.menuTop:hover {
color: #336699; text-decoration:underline; font-weight:normal;

}

a { 
color: #FF045C; text-decoration: underline; font-weight:bold;
}

a:hover { 
color: #FF045C; text-decoration: none; font-weight:bold;
}

.not_vis {
display:none;
}
.vis {
display:block;
}