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

	body {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	
	h1 {
		color: #999999;
	}
	h2 {
		color: #999999;
	}
	h3 {
		color: #999999;
	}
	h4 {
		color: #999999;
	}
	
	p {
		font-size: 12px;
	}
	
	ul li, ol li {
		font-size: 12px;
	}

	
	a, a:visited {
		color: gray;
	}
	
	a:hover {
		color: black;
	} 
	
	hr {
	}

/* The comment immediately below makes this class appear in the wysiwyg classes dropdown */ 
/* EDITOR CLASS -- quoted_text:Quoted Text -- */
.quoted_text  {
	color: silver;
	text-align:center;
	display: block;
	font-style: italic;
}