/* CSS Document */

body, td, div, p, span{
  font-family:Verdana;
  color:#00499f;
  font-size:11px;
}

h2 {
  color:#aa0008;
  margin-bottom:0px;
  font-size:17px;  
}
h1 {
  color:#aa0008;
  margin-bottom:3px;
  font-size:22px;
}
.auth{

  border-style: solid solid solid solid;
  border-width: 1 1 1 1;
  border-color: #00499f;
  width:114px;
}

.left_menu{
  font-weight:bold;
  font-size:14px;
}

.menu{
  /*font-weight:bold;*/
  font-size:14px;
}


.in{
   border:1px, solid;
   border-color:grey;
   width:80%;

}
.in_submit{
   border: 1px solid #AFAFAF;
   background: white;
   font-size: 11px;
   width: 100;
   margin: 5 0 5 0;
}


a.n,a.n:visited,a.n:active{
   text-decoration: none;
   color: #00499f;
}
a.n:hover{
   text-decoration: underline;
   color: #00499f;
}

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

a,a:visited,a:active,a:hover{
   text-decoration: underline;
   color: #00499f;
}
