body { 
	background-color: white; 
	font-family: Arial, Helvetica, sans-serif; 
	text-align:center;
	}
	
div.page	{
	width:760px;
	margin:-30px auto 10px auto; 	
	}
	
	
	
p, ul	{
	font-size:80%;
	}	
	
.fixed	{
	font-size:12px;
	}	
	
.small	{
	font-size:60%;
	}	
	
.tight	{
	padding:0px;
	margin-bottom:5px;
	}	

a	{
	color:rgb(6,161,103);
	text-decoration:none;
	font-weight:bold;
	}

a:hover	{
	text-decoration:underline;
	}	

a.menu	{
	font-size:12px;
	color:black;
	font-weight:normal;
	}

a.menu:hover {
	color:white;
	text-decoration:none;
	}

hr	{
	align:center;
	color:rgb(6,161,103);
	border:1;
	}