<style type="text/css"> 

		p 						{font-family: Book Antiqua; font-size: 13px}
		p.alltext				{font-family: Book Antiqua; font-size: 13px}
		p.alltextred			{font-family: Book Antiqua; font-size: 13px; color: #ff0033}
		p.alltextindent			{font-family: Book Antiqua; font-size: 13px; text-indent: .0cm; text-align: justify}
		p.alltextbold			{font-family: Book Antiqua; font-size: 13px; color: #000000; font-weight: bold}
		p.footerlinks 			{font-family: Book Antiqua; font-size: 10px}
		p.footerWhite 			{font-family: Book Antiqua; font-size: 10px; color: #ffffff}
		p.redheader				{font-family: Book Antiqua; font-size: 14px; color: #ff0033; font-weight: bold}
		p.redheaderBig			{font-family: Book Antiqua; font-size: 18px; color: #ff0033; font-weight: bold}
		p.blackheader			{font-family: Book Antiqua; font-size: 14px; color: #000000; font-weight: bold}
		p.alltextbigtable		{font-family: Book Antiqua; font-size: 10px}
		p.alltextbluesmall		{font-family: Book Antiqua; font-size: 10px; color: #125494; font-weight: bold}
		p.alltextbigtablebold	{font-family: Book Antiqua; font-size: 10px; color: #000000; font-weight: bold}
		
		
		p.graysimple			{font-family: Book Antiqua; font-size: 14px; color: #999999}
		p.graybold				{font-family: Book Antiqua; font-size: 14px; color: #999999; font-weight: bold; text-transform: Uppercase}
			
		a.blacklink:link 		{font-family: Book Antiqua; font-size: 10px; color: #000000; text-decoration: none}
		a.blacklink:visited 	{font-family: Book Antiqua; font-size: 10px; color: #000000; text-decoration: none}
		a.blacklink:hover 		{font-family: Book Antiqua; font-size: 10px; color: #000000; text-decoration: none}
	
		a.redlink:link 			{font-family: Book Antiqua; font-size: 13px; color: #ff0033; text-decoration: none}
		a.redlink:visited 		{font-family: Book Antiqua; font-size: 13px; color: #ff0033; text-decoration: none}
		a.redlink:hover 		{font-family: Book Antiqua; font-size: 13px; color: #ff0033; text-decoration: none}

		a.redlinkbold:link 		{font-family: Book Antiqua; font-size: 13px; color: #ff0033; text-decoration: none; font-weight: bold}
		a.redlinkbold:visited 	{font-family: Book Antiqua; font-size: 13px; color: #ff0033; text-decoration: none; font-weight: bold}
		a.redlinkbold:hover 	{font-family: Book Antiqua; font-size: 13px; color: #ff0033; text-decoration: none; font-weight: bold}
		
		a.graylink:link 		{font-family: Book Antiqua; font-size: 13px; color: #999999; text-decoration: none}
		a.graylink:visited 		{font-family: Book Antiqua; font-size: 13px; color: #999999; text-decoration: none}
		a.graylink:hover 		{font-family: Book Antiqua; font-size: 13px; color: #999999; text-decoration: none}
		
		#navlist li 			{font-family: Book Antiqua; font-size: 13px; list-style-type: circle; }

		
		/* For the pictures to pop up */

		#lightbox{
			position: absolute;
			top: 40px;
			left: 0;
			width: 100%;
			z-index: 100;
			text-align: center;
			line-height: 0;
			}
		
		#lightbox a img{ border: none; }
		
		#outerImageContainer{
			position: relative;
			background-color: #fff;
			width: 250px;
			height: 250px;
			margin: 0 auto;
			}
		
		#imageContainer{
			padding: 10px;
			}
		
		#loading{
			position: absolute;
			top: 40%;
			left: 0%;
			height: 25%;
			width: 100%;
			text-align: center;
			line-height: 0;
			}
		#hoverNav{
			position: absolute;
			top: 0;
			left: 0;
			height: 100%;
			width: 100%;
			z-index: 10;
			}
		#imageContainer>#hoverNav{ left: 0;}
		#hoverNav a{ outline: none;}
		
		#prevLink, #nextLink{
			width: 49%;
			height: 100%;
			background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
			display: block;
			}
		#prevLink { left: 0; float: left;}
		#nextLink { right: 0; float: right;}
		#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
		#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
		
		
		#imageDataContainer{
			font: 10px Verdana, Helvetica, sans-serif;
			background-color: #fff;
			margin: 0 auto;
			line-height: 1.4em;
			}
		
		#imageData{
			padding:0 10px;
			}
		#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
		#imageData #caption{ font-weight: bold;	}
		#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
		#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
				
		#overlay{
			position: absolute;
			top: 0;
			left: 0;
			z-index: 90;
			width: 100%;
			height: 500px;
			background-color: #000;
			filter:alpha(opacity=60);
			-moz-opacity: 0.6;
			opacity: 0.6;
			}
			
		
		.clearfix:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
			}
		
		* html>body .clearfix {
			display: inline-block; 
			width: 100%;
			}
		
		* html .clearfix {
			/* Hides from IE-mac \*/
			height: 1%;
			/* End hide from IE-mac */
			}	

</style>