﻿body
{
	background-color: #cccc99;
	font-family: verdana, helvetica;
	font-size: 10pt;
	margin-top: 0px;
	vertical-align: top;
	padding-top: 0px;
}

h3
{
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}

h5
{
	margin-top: 0px;
	padding-top: 0px;
	
}


.tableofcontents
{
	font-size: 7pt;
	border-collapse: collapse;
}

div#wrapper {
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	top: 0px; 
	width:886px;
	height:748px;  
	 
}

div#oc-main-638
{
	position: relative;
	top: 0px;
	width: 638px;
	height: 260px;
	margin: 5px 8px 0px 20px;
	font-family: verdana, helvetica;
	font-size: 10pt;
}
div#oc-main-638-details
{
	position: relative;
	top: 0px;
	margin: 0px;
	margin: 5px 8px 0px 20px;
	font-family: verdana, helvetica;
	font-size: 10pt;
}

.panel-130x86
{
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width: 130px;
	height: 86px;
}



/* 

Start Mouseover thumbs

*/

.thumbnail{

position: relative;

z-index: 0;

}



.thumbnail:hover{

background-color: transparent;

z-index: 50;

}



.thumbnail span
{
	/*CSS for enlarged image*/
	position: absolute;
	background-color: #ffffff;
	padding: 5px;
	left: -1000px;
	visibility: hidden;
	color: #000000;
	text-decoration: none;
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
}



.thumbnail span img{ /*CSS for enlarged image*/

border-width: 0;

padding: 2px;

}



.thumbnail:hover span{ /*CSS for enlarged image on hover*/

visibility: visible;

top: -100px;

left: 60px; /*position where enlarged image should offset horizontally */



}
