<!--
   body {
       margin:0;  
       padding:0; 
       font-family:   Helvetica,Arial, sans-serif,Verdana;
 
/*        font: bold 11px/1.5em Verdana; */
}

h2 {
        font: bold 18px ;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 15px;
}
h3 {
        font: bold 14px ;
        color: #000;
        margin: 0px;
        padding: 0px 0px 0px 10px;
}


ul {
        list-style: none;
        margin: 0;
        padding: 0;
        }
p.textinli {
	font-size:12px;
    padding-left:30px;
    color:#7b6a90;
   /* background-color:transparent;*/
	display: block;
         }
img.r_col_img {margin-top: 1px;}
/* News Title */
#newstitlebg { display: block;
               width: 100%;
               background:url('../images/NewsTitle_bg.png') repeat;
               
			}

/*- Menu Tabs F--------------------------- */

    #tabsF {
      float: left;
      width:100%;
      background:#efefef;
      font: bold 9px   Arial, Helvetica, sans-serif; */
      font-size: 10px; /*60%;*/
      line-height:normal;
          border-bottom:1px solid #666;
      }
    #tabsF ul {
        margin:0;
  /*      padding:5px 10px 0px 50px;*/
        list-style:none;
      }
    #tabsF li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsF a {
      float:left;
      background:url('../images/tableftF.gif') no-repeat left top;
      margin:0;
      text-decoration:none; padding-left:4px; padding-right:0; padding-top:0; padding-bottom:0
      }
    #tabsF a span {
      float:left;
      display:block;
      background:url('../images/tabrightF.gif') no-repeat right top;
      color:#666; padding-left:6px; padding-right:15px; padding-top:5px; padding-bottom:4px
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsF a span {float:none;}
    /* End IE5-Mac hack */
    #tabsF a:hover span {
      color:#FFF;
      }
    #tabsF a:hover {
      background-position:0% -42px;
      }
    #tabsF a:hover span {
      background-position:100% -42px;
      }

        #tabsF #current a {
                background-position:0% -42px;
        }
        #tabsF #current a span {
                background-position:100% -42px;
        }
-->
/* =-=-=-=-=-=-=-[Menu Five]-=-=-=-=-=:: Left Navigation Bar -=-=- */

#menu5 {
        width: 222px;
        border-style: none solid none solid;
        border-color: #D0D0D0;
        border-width: 1px;
        margin: 11px;
        }

#menu5 li a {
          height: 32px;
       	  font-size: 11px ; /* 60%;*/
          voice-family: "\"}\"";
          voice-family: inherit;
          height: 30px;
        text-decoration: none;
        }

#menu5 li a:link, #menu5 li a:visited {
        color: #000; /* #777;*/
        display: block;
        background: url('../images/menu5.gif');
        padding: 8px 25px 0 10px;
        text-align: left;
        }

#menu5 li a:hover, #menu5 li #current {
        color: #fff;
        background: url('../images/menu5.gif') 0 -32px;
        padding: 8px 25px 0 10px;
        text-align: left;
        }

#menu5 li a:active {
        color: #fff;
        background: url('../images/menu5.gif') 0 -64px;
        padding: 8px 25px 0 10px;
        text-align: left;
        }
        
/*~~~~Footer~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
         display: block;
         with: 780px;
         border: 2px;
		/* clear: both;*/
    	/* line-height: 0.8em;*/
 		padding: 5px;
		text-align: center;
        /*font-size: 90%; */
        background: url("../images/footer_bg.png") repeat; /*#6c6c6c;*/ 
		}
#footer p {text-align: center;
        font-size: 60%; 
       }
#footer ul li {
     display: inline;
     font-size: 10px;
     align: center;
 	}
#footer a {color: #00f0; text-decoration: none;
}
 
#footer a:hover {
	/*background-color: #c0d1e7;*/
	font-size: 1em;
	color: #ff00ff;
	font-weight: bolder; 
	}

-->