

p,div,body,td {
   font-family:Tahoma;
   font-size: 12px;
   color: rgb(0,0,102);
}

.auth {
   border:1px solid;
   border-color:#50a8e0;
   width:100%;
   color: rgb(0,0,102);
}
.auth_button {
   border:1px solid;
   border-color:#50a8e0;
   width:80px;
   color: rgb(0,0,102);
   background-color: #FFFFFF;
}
.menu {
  font-family:Verdana;
  font-size:15px;
  padding:10 0 10 20;
  font-weight: bold;
}

a.m,a.m:visited,a.m:active{
   text-decoration: none;
   color: rgb(0,0,102);
}
a.m:hover{
   text-decoration: underline;
   color: rgb(0,0,102);
}

a.w,a.w:visited,a.w:active{
   text-decoration: none;
   color: #FFFFFF;
}
a.w:hover{
   text-decoration: underline;
   color: #FFFFFF;
}
