		*
			{
			margin: 0;
			padding: 0;
			}
		html, body
			{
			font: 12px/1.3em Lucida Grande, Lucida Sans Unicode, arial, verdana, geneva, helvetica, sans-serif;
			color: #333;
			background: repeat-x #999;
			}
		a
			{
			color: #315496;
			text-decoration: underline;
			}
		a:hover {text-decoration: underline;}
		p
			{
			margin-top: 5px;
			margin-bottom: 10px;
			line-height: 20px;
			font-size: 14px;
			}
		#Nav a
			{
			color: #fff;
			padding: 3px 20px;
			height: 16px;
			display: block;
			text-decoration: none;
			text-align: center;
			}
		#Nav a:hover {background: #7DA1C8;}
		h1
			{
			font-weight: normal;
		    line-height: 40px;
		    letter-spacing: -2px;
		    font-size: 36px;
			padding: 5px 0 10px 0;
			color: #333;
			}
		h2
			{
			font-weight: normal;
		    line-height: 40px;
		    letter-spacing: -2px;
		    font-size: 24px;
			padding: 2px 0 2px 0;
			color: #333;
			}
		h3
			{
			font-weight: normal;
		    line-height: 40px;
		    letter-spacing: -2px;
		    font-size: 26px;
			padding: 2px 0 2px 0;
			color: #333;
			}	
			
