/*  main style */

body{
     font-family:Verdana;
    font-size:11px;
  }

  .td{
    margin:0px;
    padding:0px;
    border:none;
  }

     .menu{
    margin:0px;
    padding:0px;
    border:none;
    color:#002F91;
    background-image: url(/images/button_Mout.gif);
    background-repeat: no-repeat;
    font-weight: bold;
    font-family: Verdana;
    font-size: 13px;
    text-decoration:none;
    z-index:1;
    vertical-align:middle;
    display: inline-block;

  }

  .menu:hover{
  cursor:pointer;
   background-image: url(/images/buttonMover.gif);
   color: #FFFFFF;
  }

  a{
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    color:#383838;
  }

  a:hover{
    color:#C33108;
  }
/*  main style */

/*  round */
  .r1{margin: 0 5px}
.r12{margin: 0 4px}
.r2{margin: 0 3px}
.r3{margin: 0 1px}
.r4{
margin: 0 1px;
height: 1px; 
}

.rtop, .rbottom{
display:block;
background:#fff;
}
.rtop *, .rbottom *{
display: block;
height: 1px;
overflow: hidden;
background:#BFBFBF;
}
/*  round */

/*  menu options */
.opts{
     background-color:#BFBFBF;
     cursor:pointer;
     font-family:verdana;
     font-size:13px;
     color:#C13105;
     font-weight:bold;
     height:20px;
     display:table-row;
     /*z-index:10;
     position:absolute;*/
  }

  .opts:hover{
     background-color:#909090;
  }

  .cels{
      height:32px;
      width:113px;
      background-repeat: no-repeat;
      vertical-align:middle;
      display:inline;
      color:#000000;
      font-family: Verdana;
      font-size: 13px;
      font-weight:bold;
      padding:3px 15px 7px 5px;
      text-align:left;
      cursor:pointer;
    }

    .cels:hover{
      color:#707070;
    }

    .butts{
   background-image: url(/images/button_Mout.gif);
   background-repeat: no-repeat;
   width:112px;
   height:37px;
   padding-top:10px;
   color:#000000;
}

.butts:hover{
   background-image: url(/images/buttonMover.gif);
   color:#C33108;
}

.style1 {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	color: #000066;
}
.style2 {
	font-size: 9pt;
	font-weight: bold;
	color: #000066;
	font-style: italic;
}
.style7 {font-size: 9pt}

 /*  menu options */
