.style1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
.style5 {font-family: "Times New Roman", Times, serif; font-size: 16px; font-weight: bold; }
.style8 {font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; }
.style9 {font-family: "Times New Roman", Times, serif; font-size: 18px; font-weight: bold; color: #000000; }
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: sans-serif;
	color: black;
	font-weight: normal;
	font-size: 11pt;
}
.verticalline {background-color:#6F0303;}
.horizontalline {background-color:#000000;}

.verticalline1 {background-color:#015F5E;}
.verticalline2 {background-color:#D78400;}
.verticalline3 {background-color:#545454;}
.verticalline4 {background-color:#6F0303;}
.verticalline5 {background-color:#300072;}
.verticalline6 {background-color:#03568B;}

H1 {
   color:#FF;
   font-size:30pt;
   }
H2 {
   color:#FF;
   font-size:26pt;
   }
H3 {
   color:black;
   font-size:22pt;
   }

H4 {
   color:black;
   font-size:14pt;
   }
H5 {
   color:black;
   font-size:13pt;
   }
A {
	color:black;
}

		#container {
			width: 850px;
			margin: 100px auto;
			background-color: #000;
			color: #fff;
			font-family: Helvetica;
			font-size: 12px;
			line-height: 1.2em;
		}
		
		#thumbs {
			overflow: hidden;
			position: relative;
		}
		
		#pageContainer {
			width: 3900px;
			width: 910px;
		}
		
		#pagerContainer {
			float: left;
			width: 250px;
			margin-right: 40px;
			height: 280px;
		}
		
		.page {
			float: left;
			width: 300px;
			margin-bottom: 10px;
		}
		
		.thumbnail {
			float: left;
			margin: 0 15px 17px 0;
			width: 65px;
			height: 65px;
		}
		
		pre {
			border: 1px solid #fff;
			background-color: #333;
			padding: 5px;
		}
		
		/* this is for the loading.gif */
		.thumbnail div img {
			margin: 22px;
		}
		
		.thumbnail a img {
			width: 65px;
			height: 65px;
		}
		
		#bigimageContainer {
			float: left;
			position: relative;
		}
		
		#bigImage {
			border: 3px solid #fff;
		}
		
		#prev {
			float: left;
			outline: none;
		}
		
		#next {
			float: right;
			outline: none;
		}
		
		a img {
			border: 2px solid #fff;
		}
