/* Print style sheet */


/* Hidden Elements */

#search, #subnavcontent, #nav, #filter, #textresize, #subnav, #mainsub, #breadcrumbs, #tools, .inlinepic, .inlinepicture, #search, #comment, .darkblue h6, .midgreen h6, .turquoise h6, .purple h6, .plum h6, .brown h6, .olive h6, .mint h6, .lightblue h6, .apricot h6, .orange h6, .other h6

	{ display:none; }



body {
	margin: 20px;
	padding: 0;
	background: white;
	text-align: center;
	font-family: Verdana, Tahoma, "sans-serif";
	}

#container {
	margin:  0 auto;
	padding: 0;
	background: white;
    }
    
#content {
	position: relative;
	margin: 0 auto 20px auto;
	padding: 0;
	text-align: left;
    }
    
 #header {
 	background: transparent;
 	text-align:center;
 	}
 
img {
 border: 0;
 }

	h1 {
		font-size: 15pt;
		line-height: 1.5em;    
	}
	h2 {
		font-size: 14pt;
        line-height: 1.5em;
	}
	h3 {
		font-size: 13pt;
		line-height: 1.3em;
	}
	h4 {
		font-size: 12pt;
		line-height: 1.3em;
	}
	h5 {
		font-size: 11pt;
		line-height: 1.3em;
	}
	
	
h6 {
		font-size: 10pt;
		margin: 0;
		padding: 0;
		display:inline;
	}  
        


a {
	color: #ff6600;
	text-decoration: none;
	}




	