body{
  margin: 0;
  background: white;
  font-family: Tahoma;
  color: black;
}

body, table{
	font-size: 10pt;
}
img{
  border: 0;
}
form{
  margin: 0;
  padding: 0;
}

div.preload{
  position: absolute;
  left: -10000;
  top: -10000;
}

area{
  cursor: pointer;
}

label{
  color: white;
  text-align: right;
  width: 120;
  display: block;
  font-weight: bold;
  font-size: 11pt;
  font-family: Arial;
  cursor: pointer;
}
a{
  text-decoration: underline;
}
a.white{
	color: white;
}
.black{
	color: black;
}
.black a{
	color: black;
}

div.pages{
	color: #515151;
	font-size: 12pt;
	margin-right: 100;
}
div.pages div.p_title{
   float: left;
}
div.pages a.page, div.pages font.active_page{
	color: #515151;
	padding-left: 5;
	padding-right: 5;
}
div.pages a.page{
}
div.pages font.active_page{
	margin-left: 3;
	margin-right: 3;
	background: #ECECEC;
	font-weight: bold;
}
hr{
	height: 0;
	margin: 0;
	margin-top: 5;
	margin-bottom: 5;
	border: 0px;
	border-top: 1px solid white;
}
 body{
    
 }
 body,table{
    font-size: 10pt;
 }
 table.menu td{
    color: white;
    font-size: 11px;
    font-family: Tahoma;
    border-bottom: 4px solid white;
    cursor: hand;
    text-transform: uppercase;
 }
  table.menu td a{
    display: block;
    background: url(images/menu_bg.jpg) no-repeat right top;
    height: 22;
    color: #363636;
    text-align: right;
    padding-right: 3;
    cursor: hand;
    text-decoration: none;
    line-height: 22px;
  }
  table.menu td a:hover, table.menu td a.active{
    background: url(images/menu_bg_sel.jpg) no-repeat right top;
    color: white;
    text-decoration: none;
  }
  table.menu_right td a{
    background-image: url(images/menu_bg_right.jpg);
  }

  table.menu_right td a:hover, table.menu_right td a.active{
    background-image: url(images/menu_bg_right_sel.jpg);
  }

  div.news{
  	 margin-bottom: 20; 
  }
  div.news h2, div.news h2 a{
  	 margin: 0;
	 font-size: 15pt;
	 font-weight: normal;
	 
	 color: #799401;
	 text-decoration: none;
	 
  }  
    div.news h2 a:hover{
	 text-decoration: underline;
  }  
  div.news .text{
  	 text-align: justify;
	 clear: both;
  } 
  
  div.news .date{
  	 margin-top: 8;
	 font-size: 8pt;
	 color: #696969;
	 text-align: right;
  } 
   div.news .back{
  	 margin-top: 5;
	 font-size: 8pt;
	 color: #696969;
	 text-align: ;
  } 
