@charset "UTF-8";
/* CSS Document */
	* { margin: 0; padding: 0 }
	/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
	
	p { text-align: left; margin: 15px 0 }
	
	p, ul {
	font-size: 12px;
	line-height: 1.4em;
	text-align: left;
} 
	
	p a, li a {
	color: #1544AD;
	text-decoration: none
}
	
	p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }
	
	noscript p, noscript ol { color: #a00; font-size: 13px; line-height: 1.4em; text-align: left }
	noscript a { color: #a00; text-decoration: underline }
	noscript ol { margin-left: 25px; }
	
	a:focus { outline:none }
	
	img { border: 0 }
	
	h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }
	
	body {
	font-family: Verdana, Arial;
	color: #000;
	width: 800px;
	margin: auto;
	text-align: center;
	padding-bottom: 20px;
	background-color: #000000;
	background-image: url(../images/0805back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}

