/* ===================================== 
			Global Styles
   ===================================== */	
a:link {	text-decoration: none; font-weight: bold; color: #000;	}
a:visited {	text-decoration: none; font-weight: bold; color: #ACA6B2;	}
a:hover {	text-decoration: none; background-color: #D1CBD6; color: #000;	}
/* images wrapped in an anchor with a class of image won't have that weird hover */
.image:hover {	text-decoration: none; background-color: #fff; color: #000;	}

p {	padding: 0 0 8px 0; text-align: left;	}

/* ===================================== 
			Quotation Styles
   ===================================== */	
#quote {	margin-top: 0.8em; padding: 1em; background: white; color: #464646; font-style: italic;	}
#block	{	border-bottom: 1px solid #b2b2b2;	}	

/* ===================================== 
			Header Styles
   ===================================== */	
h1 {	padding: 0; margin: 0; font-style: normal; text-transform: capitalize; color: #262D19; line-height: normal;	}
h2 {	padding: 0; margin: 0; font-style: italic; color: #55673A; text-transform: capitalize; line-height: normal;	}
h3 {	padding: 0; margin: 0; font-style: normal; color: #660000; font-weight: bold; line-height: normal;  	}
h4 {	padding: 0; margin: 0; font-weight: bold; letter-spacing: 1px; text-transform: capitalize; line-height: normal;	}
h5 {	padding: 0; margin: 0; font-weight: bold; letter-spacing: 1px; text-transform: capitalize; line-height: normal;	}

/* ===================================== 
			Image Styles
   ===================================== */	
.img_nostyle {	border: 2px solid #453B26; padding: 0; margin: 0;	}		
.imgcenter {	border: 2px solid #453B26; margin: 5px auto;	}
.imgright {	border: 2px solid #453B26; float: right; margin: 5px 5px 5px 20px;	}
.imgleft {	border: 2px solid #453B26; float: left; margin: 5px 20px 5px 5px;	}

/* ===================================== 
			Table Styles
   ===================================== */	
table	{	padding: 0; margin: 0;	}
td	{	padding: 10px; border-top: 1px solid #b4b4b4;	}
td img	{	border: 2px solid #453B26; 	}

