@charset "utf-8";
/* CSS Document */

	body { 
		font:12pt,Arial;
		text-align:left;
		margin-left:20px;
		background-image=url("../../images/back.gif");		
		background-repeat:repeat-y;
	}

	h1 {
		text-align:center;
		font-size:18pt;
		color:#dd55aa;
	}
	
	h2 {
		text-align:left;
		font-size:16pt;
		font-style:italic;
		color:#000000;
	}
	
	#Nav {
		text-align:center;
		margin:0;
		padding:0;
	}
	
	#Nav p, #Nav h1 {
		margin:0;
	}
	
	#Nav a {
		color:#0000CC;
	}
	
	#Nav a:active {
		color:#666666;
	}
	
	#Nav a:hover {
		color:#000000;
		background-color:#CCCCCC;
	}
	
