<!--
	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:#757982;
		height:120px;
		text-align:center;
		color:#FFFFFF;
	}
	#SubFooter {
		background-image:url('/_images/bg_subfooter.gif');
		height:48px;
	}
	#Footer A {
		Color:#FFFFFF;
	}
	#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 */

}










/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 250px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(/_images/menu/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(/_images/menu/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #A70303;
background-color: #F3F3F3;
}

//-->