/* CSS Document */

body {font:Arial, Helvetica, sans-serif;
			}
			
div {font-family:Arial, Helvetica, sans-serif;			
		font-size:12px;
		color: #333333;}
		
.title{font-size:16px;
				font-weight:bold}		
		
.personnel {font-size:11px}		
		
#navigator 		{background-color: #999999;
							width: 100%;
							height:20px;
							margin-left: 0px;
							vertical-align:middle;
							text-align: center;}
	
.button 	{font-family: arial, sans-serif;
						 	font-size: 12px;
							height:20px;
							font-weight: bold;
							text-align: center;}
		
.button a 	{color: white;
							background-color: #999999;
							text-decoration: none;
							display: block;}	
	
.button a:hover {color: white;
			        height:20px;
							background-color: #D3DEBA;}
							
						
									
							
#openButton 	{
							height:20px;
							text-align: center;
							font-family: arial, sans-serif;
						  font-size: 12px;
						  font-weight: bold;
						  text-align: center;
							vertical-align:middle;
						  color: #333333;
						  background-color: #C1DB94;
						  text-decoration: none;
						  display: block;
							}							
	
	
						
#clearButton 	{background-color:#FFFFFF;
							text-align: center;
							font-family: arial, sans-serif;
						 	font-size: 12px;  
							font-weight: bold;
							text-align: center;
							vertical-align:middle;
							color: #666666; 
							text-decoration: none;
							display: block;}
							
.button2 	{color: grey;
							background-color: white;
							text-decoration: none;
							display: block;}	
							
#lhBlock		 {background-color:#ffffff;
							width: 300px;
							height: 100%;
							position:absolute;
							left:0px;
							top:154px}			
