/*
.style2 
{
	font-size: 10px
}

.center
{
	text-align: center;
}

.style5 
{
	color: #0033CC
}

.style6 
{
	color: #000000
}

a .galleryL, a:hover .galleryL, a:visited .galleryL, a:active .galleryL, a .galleryR, a:hover .galleryR, a:visited .galleryR, a:active .galleryR, gal_desc
{
	text-align: center;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.9em;
	color: #000000;
	background-color: #000000;
}
*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #003300;
}

td,th 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link 
{
	color: #FFFF00;
	text-decoration: none;
}

a:visited 
{
	color: #333366;
	text-decoration: none;
}


a:hover
{
	color: #00FF00;
	text-decoration: none;
}

.welcome 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 18px;
	color: #990000;
}

.tblMain
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #A0AA6D;
	background-image: url(/images/panel.jpg);
	border: 0px;
	border-color: #e0dfe3;
	padding-left: 2px;
	padding-right: 0px;
	border-spacing: 0px;
	width: 775px;
}

.header .footer
{
	text-align: center;
	vertical-align: top;
}

.menu
{
	text-align: center;
	vertical-align: center;
	background: #A0AA6D;
	width: 739px;
	height: 28px;
}

.content
{
	text-align: center;
	vertical-align: center;
	background: #669966;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #000000;
}

.cntr14
{
	text-align: center;
	background: #669966;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

.pageHead 
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 1.25em;
	color: #003300;
}

.pageHead2
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 2.25em;
	color: #003300;
}

.caption, td.caption
{
	text-align: center;
	padding: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #00FF00;
}

.gallery_td
{
	text-align: center;
	width: 200px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000000;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.galleryL, .galleryR
{
	position: relative;
	z-index: 0;
}

.galleryL:hover, .galleryR:hover
{
	background-color: transparent;
	z-index: 50;
}

.galleryL img, .galleryR img
{
	/*
	width: 150px;
	height: 99px;
	border-width: 3px;
	*/
	border-color: #000000;
}


.galleryL span, .galleryR span
{ 
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	font-size: 1.5em;
	color: #000000;
	text-decoration: none;
}

.galleryL span img, .galleryR span img
{
	border-width: 0;
	padding: 2px;
}

.galleryL:hover span
{ 
	visibility: visible;
	top: -80px;
	left: 100px;

}

.galleryR:hover span
{ 
	visibility: visible;
	top: -80px;
	left: -500px;

}

.idx1
{
	font-size: 2em;
	color: #FFFF00;
	text-align: center;
}

.idx2
{
	font-size: 1.25em;
}

#dPopup
{
 visibility: hidden; position: absolute; vertical-align: top; 
 top: 0; left: 540px; z-index: 7; 
 margin: 0 auto; text-align: center; width: 450px; #width: 450px;
 /* margin-left: auto; margin-right: auto; */
}

#dAbove, #dBelow
{
 position: relative;
 font-family: "Arial Black"; font-size: 14px;
 color: #B22222; width: 450px; #width: 450px;
 margin: 0 auto; text-align: center;
 /* margin-left: auto; margin-right: auto; */
}

#dImg
{
 position: relative;
 margin: 0 auto; text-align: center;
 /* margin-left: auto; margin-right: auto; */
 width: 450px; #width: 450px;
}

.thumbInfo /* .sTInfo, .fTInfo, .sfcTInfo, .pTInfo */
{ 
	text-align: center; font-family: "Arial Black";
	font-size: 12px;
	color: #B22222;
}

.imgThumb
{
	border-style: solid;
	border-color: #000000;
	border-width: 2px;
}

.imgLarge
{
	background-color: lightyellow;
	padding: 5px;
	border: 1px dashed gray;
	font-size: 1.5em;
	color: #000000;
	text-decoration: none;
}