@charset "iso-8859-2";
/* CSS Document */


body {
   background-color: #C0C0C0;
}
.menu_orange {
   font-family:Verdana;
   font-size:13px;
   font-weight:bold;
   color:#ff8603;
}
.link_orange {
   font-family:Verdana;
   font-size:12px;
   font-weight:bold;
   color:#ff8603;
   text-decoration:none;
   line-height: 18px;
}
.link_red {
   font-family:Verdana;
   font-size:12px;
   font-weight:bold;
   color:#ff0000;
   text-decoration:underline;
   line-height: 18px;
}
.text {
   font-family:Verdana;
   font-size:12px;
   color:#303030;
   line-height: 18px;
   text-align:justify;
}