body
{
   margin: 0;
   padding: 0;
   font: 12px Helvetica;
   color: #000000;
   background: #ffffff
	 background-color: black;
}

.center
{
   width: 760px;
   margin: 0px auto 0px auto;
   border: 1px solid #FF3300;
   padding: 0px;
   background: #fff;
}

div.hr { margin: 5px 0px; border: none; border-top: 5px solid #FF3300; }
div.hr hr { display: none; }

.menu
{
   margin-bottom: 15px;
   padding-bottom: 5px;
   border-bottom: 1px dotted #aaa;
}

.menu h3
{
   background: url(img/menu.gif) repeat-y;
   margin: 0;
   padding: 2px 2px 2px 18px;
   color: #fff;
   font-size: 12px;
}


.menu form
{
   margin: 3px;
   padding: 0;
}

.ul1
{
   list-style-type: none;
   margin: 0;
   padding-left: 5px;
}

.ul1 li
{
   margin-top: 1px;
}

.ul1 li a
{
   text-decoration: none;
   padding-left: 15px;
   color: #666;
   background: url(img/1.gif) left center no-repeat;
   font-weight: bold;
}

.ul1 li a:hover
{
   color: #ff0000;
   background: url(img/2.gif) left center no-repeat;
}

.ul2
{
   margin: 0;
   padding-left: 16px;
   list-style-type: square;
}

.ul2 li
{
   margin-top: 2px;
}

input.text
{
   width: 100px;
}

input.submit
{
   width: 30px;
}

#l, #r
{
   width: 145px;
   float: left;
}

#c
{
   width: 470px;
   float: left;
}

#nota
{
   padding: 5px 160px 0 160px;
   text-align: center;
   clear: both;
   font-size: 10px;
}

#h
{
   height: 60px;
   background-color: #FF3300; 
   position: relative;
}

#h ul
{
   position: absolute;
 bottom: 5px;
   left: 33px;
   margin: 0;
   padding: 0;
}

#h li
{
   display: inline;
   margin-left: 5px;

}

#h li a
{
   color: #000000;
   text-decoration: none;
   font-weight: bold;
}

#h li a:hover
{
   text-decoration: underline;
}

#f
{
   text-align: center;
   font-size: 10px;
}

#content
{
   margin: 0 10px 0 10px;
   padding: 5px;
   border-top: 1px dotted #aaa;
   border-bottom: 1px dotted #aaa;
   text-align: justify;
}


.titl a, #content li a
{
   text-decoration: underline;
   color: #666;
   font-weight: bold;
}

a
{
   text-decoration: underline;
   color: #666;
}

a:hover, #content li a:hover
{
   color: #ff0000;
}

.drp1
{
   text-align: center;
}

.karch
{
   margin-bottom: 15px;
}

.titl
{
  margin-bottom: 2px;
}

.avp
{
   text-align: right;
}

h1
{
   font-size: 12px;
   color: #fff;
   margin: 0;
   padding: 0;
   position: absolute;
   top: 65px;
   left: 30px;
}

img
{
   border: 0;
}

.floatright
{
float: right;
margin: 0 0 10px 10px;
}


