/* ----------------------- STANDARD TEXT ELEMENTS -------------------------*/
h1 {
	color:#666;
	margin: 0;
	font-weight: normal;
	font-size: 163%;
	color:#822624;
	}
	
h2 {
	margin: 0;
	font-weight: bold;
	font-size: 115%;
	color:#822624;
	}
	
.LHS-heading {
	color: #822624;
	font-weight: bold;
	text-decoration: none;
	}
.LHS-heading:hover {
	color: #000;
	text-decoration: none;
    }	
	
TD { 	
	font-size: 100%;
	line-height: 150%; }
* html TD { 	
	font-size: 75%;
	line-height: 150%;
	color: #333; }
P { margin: 0; }

.img { 
	margin: 0 10px; 
	float: right;
	}
