﻿body
{
	background-color: #edede3;
	font-family: Tahoma, Arial, Verdana;
	font-size: 8pt;
	font-weight: normal;
	margin: 0
}

.MidLINE
{
	background-image: url(Slices/midline.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 16px
}

td, p
{
	margin-top: 0;
	margin-bottom: 0;
}

.fntG
{
	font-family: Georgia, Arial, Sans-Serif;
	font-size: 12pt;
	font-weight: normal;
	
}
.fntG_Large
{
	font-family: Georgia, Arial, Sans-Serif;
	font-size: 16pt;
	font-weight: normal;
}

.ContentP
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: normal;
	color: #555555
}

.ContentBold
{
	font-family: Arial, Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	color: #000000
}

.ContentSmallW
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff
}

.ContentSmallGR
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #808080
}

A.xOrange:link, A.xOrange:visited, A.xOrange:active
{
	text-decoration: none;
	color: #ffffff;
}

A.xOrange:hover
{
	text-decoration: underline;
	color: #ffcc00;
}

A.oBold:link, A.oBold:visited, A.oBold:active
{
	text-decoration: none;
	color: #ffffcc;
}

A.oBold:hover
{
	text-decoration: underline;
	color: #ffcc00;
}

A.xBold:link, A.xBold:visited, A.xBold:active
{
	font-weight: bold;
	text-decoration: none;
	color: #555555;
}

A.xBold:hover
{
	font-weight: bold;
	text-decoration: none;
	color: #0066ff;
}

A:link, A:visited, A:active
{
	text-decoration: none;
	color: #993366;
}

A:hover
{
	text-decoration: underline;
	color: #0066ff;
}

img
{
	border: 0;
	margin: 0
}

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

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

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

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

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