	body{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10pt;
	}


	h1{
		font-size: 18pt;
		font-weight: 200;
		margin: 0px 0px 10px 0px;
	}
	
	h2{
		font-size: 16pt;
		font-weight: 200;
		font-style: italic;		
	}
	
	
	li{
		text-align: justify;
		line-height: 18px;
		margin-bottom: 10px;
	}
	
	
/* Layout */

	.main{
		width: 950px;
	}
	
	.header{
		text-align: left;
		margin: 30px 0px;
		text-align: center;
	}
	
	.nav{
		height: 30px;
		padding:5px;
		font-size: 15px;
		text-align: right;
		color: #cccccc;
	}
	
	.nav a{
		text-decoration: none;
		margin: 0px 10px;
		font-weight: bold;
		color: #336699;
	}
	
	.nav a:hover{color: #A60000;}
	
	.contents{
		min-height: 250px;
		text-align: left;
		padding: 20px;
	}
	
	.contents p{
		line-height: 18px;
		text-align: justify;		
	}

	
	.footer{
		font-size: 8pt;
		text-align: center;
		padding: 10px 10px 5px 10px;
		color: #999999;
	}
	
	.footer a{
		text-decoration: none;
		margin: 0px 10px;
		font-weight: bold;
		color: #336699;
	}
	

	.copy{
		font-size: 8pt;
		text-align: center;
		padding: 5px 10px 10px 10px;
		color: #999999;
	}


/* CLEAR */

	.clear{clear: both;}
