			P {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : normal;
	color: #999999;
	letter-spacing : 0px;
			}
			
			.bodytext {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : normal;
	color: #000000;
	letter-spacing : 0.5px;
			}
			
			.bodytextital {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : italic;
	font-weight : normal;
	color: #000000;
	letter-spacing : 1px;
			}
			
			.subheadorange {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color: #CC6600;
	letter-spacing : 0.5px;
			}
			
			.bodytextbold {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : bold;
	color: #000000;
	letter-spacing : 1px;
			}
			
			.pullquote {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-style : normal;
	font-weight : normal;
	color: #000000;
	letter-spacing : 1px;
			}
						
			.header {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color: #000066;
	letter-spacing : 1px;
			}
			
			.headerstretch {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	color: #000066;
	letter-spacing : 1px;
	vertical-align: top;
			}
			
			.subheader {
	font-family : "Times New Roman", Times, serif;
	font-size : 16pt;
	font-style : normal;
	font-weight : bold;
	color: #000000;
	letter-spacing : 0.5px;
			}
			
			.subsubheader {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-style : normal;
	font-weight : normal;
	color: #0066FF;
	letter-spacing : 0.2px;
			}
			
			
			/* links */ 
			.link {
	font-family : "Times New Roman", Times, serif;
	font-size : 11pt;
	font-style : normal;
	color: #FFFFFF;
	letter-spacing : 0.5px;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 16px;
	margin-left: 0px;
	background-color: #000000;
			}
			a.link:hover {
	font-family : "Times New Roman", Times, serif;
	font-size : 11pt;
	font-style : normal;
	color: #FFFFFF;
	letter-spacing : 0.5px;
	text-decoration: none;
	margin-left: 0px;
	background-color: #CC0000;
			}
			
			.linkon {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	color: #FFFFFF;
	letter-spacing : 0.5px;
	text-decoration: none;
	background-color: #000000;
			}
			
			.linktop {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	color: #003333;
	letter-spacing : 0px;
	text-decoration: none;
			}
			
			a.linktop:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing : 0px;
			}
			
			.linktopon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	color: #003333;
	letter-spacing : 0px;
			}
			
			
			.bodylink {
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	color: #000000;
			}
			
			a.bodylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #0066FF;
			}
			
			.bodylinkon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #0066FF;
			}
			
			.sublink {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 7pt;
	font-style : normal;
	font-weight : normal;
	text-decoration : none;
	color: #000000;
			}
			a.sublink:hover {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #0066FF;
			}
			
			.sublinkon {
	font-family: Verdana, Arial, helvetica, sans-serif;
	font-size: 7pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #0066FF;
			}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

			.thumbnail{
	font-family : "Times New Roman", Times, serif;
	font-size : 11pt;
	font-style : normal;
	color: #FFFFFF;
	letter-spacing : 0.5px;
	text-decoration: none;
	display: block;
	width: 200px;
	height: 16px;
	margin-left: 0px;
	background-color: #000000;
		}
		
.thumbnail:hover{
	background-color: #CC0000;
	background: red;
}

.thumbnail:hover img{
	border: 2px #000000;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #;
	padding: 5px;
	left: -1100px;
	border: 1px #000000;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	background-color: #000000;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 157px;
	left: 385px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}
