	.page_body{
		font-family: verdana, sans-serif;
		font-size: 11px;
		color: #666666;
		text-align: left;
		/*border: 1px dashed #666666;*/
		padding: 10px;
		margin: 10px;
		width: 800px;
	}
	
	.page_body td{
		font-family: verdana, sans-serif;
		font-size: 11px;	
	}

	.nav{
		font-family: georgia, verdana, sans-serif;
		font-size: 14px;	
		color: #999999;
		border: 1px dashed #cccccc;
		border-width: 0px 0px 1px 0px;
		margin-top: 20px;
		padding-bottom: 10px;
	}
	
	.nav a{
		font-weight: normal;
		font-size: 14px;	
	}
	
	a { text-decoration: none; 
		color: #666666;
		font-weight: bold;
		}
	a:hover{ text-decoration: underline; }
	
	.title{
		margin-top: 5px;
	}
	
	body{
		margin-top: 0px;
		background-color: white;
	}
	
	.article{
		width: 600px;
		margin-left: 50px;
	}
	
	.headline{
		font-weight: bold;
		margin-bottom: 10px;
		margin-top: 20px;
		font-size: 12px;
		/*
		border: 1px dashed #cccccc; 
		border-width: 0px 0px 1px 0px;
		*/
		padding-bottom: 5px;
	}
	
	.footer{
		width: 800px;
		text-align: right;
		margin-top: 50px;
		padding-top: 10px;
		font-size: 9px;
		border: 1px dashed #cccccc; 
		border-width: 1px 0px 0px 0px;
	}
	