body
{
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position:bottom;
	topmargin: 0;
	page-leftmargin: 0;
	text-align: left;
	vertical-valign: top;	
	font-family: Verdana, Helvetica;
	font-size: 10pt;
}


.style3 
{
	color: #996F09
}

a:link
{
	color: #999999;
	text-decoration: none;

}

a:active
{
	color: #999999;
	text-decoration: none;
}

a:visited
{
	color: #999999;
	text-decoration: none;
}

.title
{
	vertical-valign: top;	
	font-family: Verdana, Helvetica;
	font-size: 11pt;
	color: #996f09;
	font-variant: small-caps;
	text-indent: 4pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #787978;
	padding-bottom: 1px;
	font-weight: bold;
}

.bodytext
{
	text-align: left;
	vertical-valign: top;	
	font-family: Verdana, Helvetica;
	font-size: 8pt;
	text-align:justify
}

.lineleft
{
	border-left-color: #666666;
	border-left-style:solid;
	border-left-width: 1px
}

.lineleftunder
{
	border-left-color: #666666;
	border-left-style:solid;
	border-left-width: 1px;
	border-bottom-color: #666666;
	border-bottom-style:solid;
	border-bottom-width: 1px
}

.lineover
{
	border-top-color: #787978;
	border-top-style:solid;
	border-top-width: 1px;
	padding:8px;
	}
	
.padtext
{
	padding:8px;
	vertical-align:top;
	}

.outline
{
	border-color: #333333;
	border-style:solid;
	border-width: 1px	
}
.style1 {
	color: #333333;
	vertical-valign: top;	
	font-family: Verdana, Helvetica;
	font-size: 11pt;
	font-variant: small-caps;
	text-indent: 4pt;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #787978;
	padding-bottom: 1;
	font-weight: bold;
}

.boldNoCaps {
	color: #333333;
	vertical-valign: top;	
	font-family: Verdana, Helvetica;
	font-size: 10pt;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-width: 1pt;
	border-bottom-color: #787978;
}

.img{ /*CSS for small image*/
	position: relative;
	border: 1px solid #666666;
	color: black;
	top: 0px;
}

.img2{ /*CSS for small image*/
	position: relative;
	padding: 1px;
	border: 1px solid #666666;
	color: black;
	top: 10px;
}

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: #333333;
	z-index: 50;
}

.thumbnail div{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #999999;
	padding: 2px;
	border: 1px solid #000000;
	visibility: hidden;
	color: black;
	text-decoration: none;
	top: 5px;
	right:25px;}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover div{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: 5px;
	right:25px; /*position where enlarged image should offset horizontally */

}
.thumbnail2{
position: relative;
z-index: 1;
}

.thumbnail2:hover{
background-color: #666666;
z-index: 50;
}

.thumbnail2 div{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #999999;
	padding: 5px;
	left: 50px;
	border: 1px solid #000000;
	visibility: hidden;
	color: black;
	text-decoration: none;
	top: -3px;
}

.thumbnail2 span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail2:hover div{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -3px;
left: 50px; /*position where enlarged image should offset horizontally */

}
