@charset "utf-8";
html {
overflow-y: scroll;
}
body {
	background-color: #999999;
	margin: 0px;
}
.topbar {
	background-image: url(/images/topbar.gif);
	background-repeat: repeat-x;
	height: 25px;
	background-color: #790000;
}
.mainmenu {
	background-image: url(/images/menubg.gif);
	background-repeat: repeat-x;
	height: 50px;
	background-color: #7A0000;
}
.footer {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.content {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333333;
	padding: 10px;
}
.content p {
	line-height: 20pt;
}
h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7A0000;
}
.ImgBorder {
	padding: 1px;
	border: 1px solid #999999;
}
a:link {
	color: #7A0000;
	text-decoration: none;
}
a:visited {
	color: #c6080b;
	text-decoration: none;
}
a:hover {
	color: #c6080b;
	text-decoration: underline;
}
a:active {
	color: #c6080b;
	text-decoration: none;
}
#dhtmltooltip{
	position: absolute;
	border: 1px solid #CCCCCC;
	width: 400px;
	padding: 2px;
	background-color: white;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=115);
}
#blanket {
	background-color: #111;
	opacity: 0.65;
	filter: alpha(opacity=65);
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
}
#popUpDiv {
	position: absolute;
	background-color: #eeeeee;
	width: 300px;
	height: 300px;
	z-index: 9002;
}
.GalleryTable {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.GalleryTable td {
	vertical-align: bottom;
	text-align: center;
}
.GalleryTable img {
	border: 1px solid #CCCCCC;
	padding: 1px;
}
.ImageTable {
	background-color: #FFFFFF;
	border: 1px solid #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	margin-top: 5px;
}
.ImageTablePhoto {
	border: 1px solid #CCCCCC;
	padding: 1px;
}

