
.Fieldhead
{
	font-family: Arial;
	font-size: 10;
	text-align: justify;
	font-weight: bold;
}

A:active
{
	font-weight: bold;
	color: Purple;
}
:visited
{
	color: Blue;
}
/*:hover{color:White;}*/

.contentcenter
{
	text-align: center;
	background: #FFF;
}

 body, html
        {
            scrollbar-3dlight-color: #ffffff;
            scrollbar-base-color: #000000;
            scrollbar-face-color: #000000;
            scrollbar-track-color: #000000;
            scrollbar-arrow-color: #ff3300;
            scrollbar-shadow-color: #ffffff;
            scrollbar-darkshadow-color: #000000;
            scrollbar-highlight-color: #000000;
        }
        
        #gallery {
	position:relative;
	height:282px
}
#gallery a {
	float:left;
	position:absolute;
}

#gallery a img {
	border:none;
}

#gallery a.show {
	z-index:480
}

#gallery .caption {
	z-index:600; 
	background-color:#000; 
	color:#000000; 
	height:50px; 
	width:100%; 
	position:absolute;
	bottom:0;
	top:280px;
}

#gallery .caption .content {
	margin:5px;
	color:Blue;
	font-weight:bold;
	
}

#gallery .caption .content h3 {
	margin:0;
	padding:0;
	color:Black;
}