html { overflow: -moz-scrollbars-vertical; 
       } 

body { font-family:arial; 
       font-size:10pt; 
	   color:#ffffff; 
   	   background-color:#000000; 
	   margin-top:5px; 
	   margin-bottom:10px; 
	   margin-left:10px; 
	   margin-right:10px;
	   background-attachment:scroll;
       }

H1 { color:#f47d37; 
     font-weight:bold; 
	 font-size:14pt; 
	 text-align:right; 
	 margin-right:20px;
	 }
	 
H2 { color:#f47d37; 
     font-weight:bold; 
	 font-size:12pt; 
	 text-align:left;
	 }
	 
H3 { color:#f47d37; 
     font-weight:bold; 
	 font-size:10pt; 
	 text-align:left;
	 }

HR { color:#f47d37;
     }

TABLE { font-family:arial; 
        font-size:10pt;
		}

TD { font-family:arial; 
     font-size:10pt;
	 }

a { text-decoration:none; 
    font-family:arial; 
	color:#f47d37; 
	font-size:10pt; 
	}
	
a:visited { text-decoration:none; 
            font-family:arial; 
			color:#f47d37; 
			font-size:10pt; 
			}
			
a:link { text-decoration:none; 
         font-family:arial; 
		 color:#f47d37 
		 font-size:10pt; 
		 }
		 
a:hover { text-decoration:none; 
          font-family:arial; 
		  color:#ffffff; 
		  font-size:10pt; 
		  }


div.top { width:800px;
		 border:0px;
         }
		 
div.nav { width:790px;
		 height:22px;
		 background-color:#f47d37;
		 border:0px;
		 padding:5px;
		 }
		 
div.nav a { color:#FFFFFF;
            font-weight:bold;
			font-size:12pt;
		  }

div.nav a:hover {color:#000000;
                 font-weight:bold;
				 font-size:12pt;
				}
		 
div.inh { border-left:1px;
		  border-left-color:#f47d37;
		  border-right:1px;
		  border-right-color:#f47d37;
		  border-style:solid;
		  border-bottom:0px;
		  border-top:0px;
		  width:778px;
		  padding:10px;
		}

div.bottom { border:none;
		   	 background-color:#f47d37;
			 height:15px;
			 padding:5px;
			 width:790px;
			 font-size:9px;
           }
		   
div.bottom a { color:#FFFFFF;
               font-size:10px;
		       }

div.bottom a:hover { color:#000000;
                     font-size:10px;
				     }

#menu a {
    font-size:12pt;
    display: block;
    color: #f47d37;
}

.clearfloat{
	clear:both;
}

li { color: #ffffff;
     list-style: circle;
     }

