/* CSS Document */



body	 		{ font: 100% Arial, Helvetica, sans-serif; color: #333333;
			  background-color: #F9F9EA;
			  padding: 0px;
			  margin: 0px;
			  height: 100%;
			  scrollbar-3dlight-color :#999966; 
			  scrollbar-arrow-color : #ffffcc; 
			  scrollbar-base-color : ; 
			  scrollbar-darkshadow-color : 999966; 
			  scrollbar-face-color : #999966; 
			  scrollbar-highlight-color :#ffffcc; 
			  scrollbar-shadow-color :black; 
			  scrollbar-track-color : none; 
			}

.link	 		{ 	text-decoration:none;
				font-family: arial;
				font-size:1em;
				color: #59612D;  }
			
.link:hover 	{ 	text-decoration:underline;  }