h1, h2, h3, h4, h5, h6, p {
		font-family: Georgia, Times, Serif;
	}
	h1, h2 {
		font-size:1px;
	}
	/* H1. H2 and H3 styles (we use image-replacement here) */
 
	 
	#myh1, #myh1 span {
		height: 32px;
		width: 703px;
		background-image: url('images/title.gif');
	}
	h5 {
		margin-top: 7px;
		color: rgb(255,255,255);
	}
	p {
	font: 76%/1.7em Georgia, sans-serif;
	color: Black;
	margin: 10px 30px 10px 15px;
}
	 	.plain {
		font-weight:normal;
	}

	.left {
		font: 70%/1.7em Georgia, sans-serif;
		color: rgb(3,3,3);
		margin: 5px 5px 5px 5px;
		text-align: left;
			text-indent: 1.5em;
	}
	
		.left2 {
		font: 70%/1.7em Georgia, sans-serif;
		color: rgb(3,3,3);
		margin: 5px 5px 5px 5px;
		text-align: center;
 
	}



	ul{
		list-style-type: none;
		font-size: 76%;
		margin: 0;
		padding: 0;
		font-family: Georgia, Times, Serif;
	}

	ol{
		list-style-type: none;
		font-size: 80%;
		margin: 0;
		padding: 0;
		font-family: Georgia, Times, Serif;
	}
	li{
		background: url(images/bullet.gif) no-repeat 0 9px;
		margin: 0 0 0 25px;
		padding: 2px 30px 5px 13px;
		font-family: Georgia, Times, Serif;
		line-height: 150%;
		
	}

	/*************************
	Link styles
	*************************/
	a:link {
		color: #CC6633;
		font-weight: bold;
				text-decoration: none;
	}
	a:visited {
		color: #B6520A;
				font-weight: bold;
				text-decoration: none;
	}
	a:active {
		color: #CC6633;
	}
	a:hover {
		color: #585756;
		text-decoration: underline;
	}