<!--
	Body{
		Margin:0px;
	}
	Body,TD {
		Font:Normal 9pt Verdana;
	}
	H1 {
		Color:#999999;
		Font-Size:16pt;
	}
	H2 {
		Color:#999999;
		Font-Size:14pt;
		Border-Bottom:1px solid #999999;
	}
	HR {
		Color:#2E508D;
		Height:1px;
	}
	img{
		border:0;
	}
	A {
		Color:#CC3333;
		text-decoration:none;
		font-weight:bold;
	}
	A:hover {
		Color:#CC3333;
		text-decoration:underline;
	}
	#Footer {
		background-color:#CCCCCC;
		height:120px;
		text-align:center;
		color:#663333;
	}
	#Footer A {
		Color:#663333;
	}	
	#SubFooter {
		background-image:url('/_images/bg_subfooter.gif');
		height:48px;
	}

	#Wrapper{
		Border-Left:5px Solid #777;
		Border-Right:5px Solid #777;
		Width:740px;
	}
	#MainMenu{
		Height:50px;
		background-image:url('/_images/bg_mainmenu.gif');
	}
	#Contents{
		width:740px;
		Padding:5px;
		Color:#666666;
	}
	#BrowseBy{
		Background-color:#000000;
		color:#666666;
		font-size:12px;
		font-weight:bold;
		border-top:1px solid #FFFFFF;
	}
	#Browseby A {
		Color:#999;
		text-decoration:None;
	}
	.TopMenu{
		padding:5px;
		Border-right:1px solid #777;
		Font-Weight:Bold;
	}
	.Headline{
		font-size:10pt;
		font-weight:bold;
	}
	.smalltext{
		font-size:8pt;
		color:#CCCCCC;
		text-decoration:none;
	}
	
	
	.FieldTitleRequired
	{
		text-align: right;
		font-weight: bold;
		color:#777;
	}
	
	.FieldTitle
	{
		text-align: right;
		color:#777;
	}

	.TableHeader{
		background-color:#999999;
	}	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed 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 on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

 
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed 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 on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}
//-->