/* Standard Text Handling */
	p {font-size: 1.2em; line-height: 1.9em; text-align: justify; margin: 5px 0px 15px 0px; }
	
	p a {color: #406d8c; text-decoration: none; border-bottom: 1px solid #6699cc;}
	p a:hover {color: #999999; text-decoration: none; border-bottom: 0px;}
	p a.off-site  {text-decoration: none; border-bottom: #406d8c; border-width: 0px 0px 1px 0px; border-style: none none dotted none;}
	a.album {text-decoration: none; font-style: italic; color: #444444; border-bottom: 0px; padding: 0px 3px 0px 3px;}
	a:hover.album {background-color: #C0C0C0; color: #FFFFFF;}

	p.copyright {font-size: 1.0em; margin: 0px 0px 10px 0px; padding: 20px 0px 10px 175px;}
	p.copyright a {color: #000000; text-decoration: none; border-bottom: 1px dotted #333333;}
	p.copyright a:hover {color: #555555; border-bottom: 0px;}
/* Standard Text Handling */

/* Headings */		
	h1 {font-size: 2.5em; color: #406d8c; margin: 0px 0px 0px 0px;}
	h2 {font-size: 1.9em; color: #406d8c; padding: 0px 0px 2px 0px; margin: 10px 0px 0px 0px; border-bottom: 1px solid #406d8c;}
	h2.plain {font-size: 1.9em; color: #406d8c; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border-bottom: 0px;}
	h2.indent {margin: 5px 0px 0px 20px;}
	h3 {font-size: 1.1em; color: #FFFFFF; text-transform: uppercase; margin: 0px 0px 5px 0px; padding: 1px 0px 1px 0px; text-align: center; background-color: #406d8c;}
	h3.plain {font-size: 1.1em; color: #000000; text-transform: none; font-weight: normal; margin: 0px 0px 10px 0px; padding: 1px 0px 1px 0px; text-align: center; background: transparent;}
	h3.left {font-size: 1.1em; color: #000000; text-transform: uppercase; font-weight: normal; margin: 0px 0px 0px 5px; padding: 0px 0px 0px 0px; text-align: left; background: transparent;}
	h4 {font-size: 1.4em; color: #000000;  font-weight: normal; margin: 0px 0px 10px 0px; padding: 0px 0px 2px 0px;}
	h5 {font-size: 1.5em; line-height: 1.6em; margin: 0px auto; padding: 0px;}
	h6 {font-size: 0.8em; line-height: 1.1em; margin: 0px auto; padding: 0px;}
/* END Headings */	

/* List Settings */	
	ul {margin: -10px 0px 5px 30px; }
	
	ul li.arrows {list-style-image: url(../graphics/arrows-right.gif); font-size: 1.2em; line-height: 1.7em; text-align: left; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px;}
	ul li.arrows a {color: #406d8c; text-decoration: none; border-bottom: 1px solid #6699cc;}
	ul li.arrows a:hover {color: #999999; text-decoration: none; border-bottom: 0px;}
	ul li.arrows a.off-site {text-decoration: none; border-bottom: #406d8c; border-width: 0px 0px 1px 0px; border-style: none none dotted none;}
	
	ol {list-style: decimal; font-size: 1.2em; line-height: 1.9em; text-align: left; padding: 0px 0px 0px 35px}
/* List Settings */