﻿body {
	color: #CCCCCC;
	background-color: #336699;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #808080;
}
table.center {
	margin-left: auto;
	margin-right: auto;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #666666;
}
hr {
	color: #000;
}
ul {
	list-style-type: square;
}
a {
	text-decoration: none;
}
a:link {
	color: #09c;
	text-decoration: none;
}
a:visited {
	color: #07a;
	text-decoration: none;
}
a:hover {
	background-color: #eee;
	text-decoration: none;
}
.header {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 0;
	background: #003366;
	background-image: url('../images/gradient.gif');
	background-repeat: repeat-x;
}
.PageMasterFrame {
	border: 1px solid #333333;
	margin: 0 auto 0 auto;
	position: relative;
	width: 780px;
	z-index: 0;
	background: #336699;
}
.displayImgContainer {
	position: relative;
	width: 100%;
	height: 565px;
	z-index: 0;
	background: #003366;
	float: left;
	margin-left: auto;
	margin-right: auto;
}
.footer {
	position: relative;
	width: 100%;
	height: 25px;
	z-index: 0;
	background-color: #003366;
	float: none;
	clear: both;
}
.ThumbnailBox {
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	z-index: 0;
	float: left;
	position: relative;
	text-decoration: none;
	empty-cells: hide;
	border-spacing: 0px;
	border-collapse: collapse;
}
.BigImageBox {
	margin: 0 20px 0 20px;
	border: 1px solid #000000;
	position: relative;
	z-index: 0;
	float: left;
	width: auto;
	height: auto;
}
.PageCount {
	padding: 0px;
	margin: 3px;
	z-index: 0;
	width: 100%;
	position: relative;
}
.Bar {
	background-color: #000000;
	position: relative;
	z-index: 0;
	float: left;
	height: 5px;
	line-height: normal;
	width: 100%;
}

