body { 
	background-color: white; 
	margin: 10px; 
	font-family: Arial, Helvetica, sans-serif; 
		}

div.content	{
		width:100%;
		padding:5px;
		}		

p, ul	{
		color:black;
		font-size:85%;
		}
		
td.title_bar	{
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#FF9900;
	}
			
	
		
.small	{
		font-size:60%;
		}
				
.mid	{
		font-size:80%;
		}		
		
p.title	{
		font-size:100%;
		font-weight:bold;
		}	
			
p.tight	{
		margin-top:0;
		margin-bottom:2px;
		}		
		
a:hover { 
	color: 4e6b6e;  
	text-decoration: underline; 
	}
a:link { 
	color: 4e6b6e;  
	text-decoration: none; 
	}
a:active { 
	color: 4e6b6e;  
	text-decoration: none; 
	}
a:visited { 
	color: 4e6b6e;  
	text-decoration: none; 
	}
		
.menu	{
	font-weight:bold;
	font-size:75%;
	}		
	
textarea {
	font-size;80%;
	font-face:arial, sans-serif;
	}	
