BODY
{
	/*BACKGROUND-COLOR: white;*/
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
	FONT-SIZE: 12pt;
	FONT-WEIGHT: normal;
	LETTER-SPACING: normal;
	TEXT-TRANSFORM: none;
	WORD-SPACING: normal;
}
td img
{
    display: block;
}
.stdText
{
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.galleryCell
{
	background-color: Black;
	color: White
}

.gallerySelectedCell
{
	background-color: Gray;
	color: White;
}

.linkBG
{
	background-color: DarkGray;
}
A.g:link	{	
	text-decoration:	none;
	color:	white;
	}	
		
A.g:visited	{	
	text-decoration:	none;
	color:	white;
	}	
		
A.g:active	{	
	text-decoration:	none;
	color:	white;
	}	
		
A.g:hover	{	
	text-decoration:	underline;
	color:	white;
	}
	
.subHeader 
{
	background-color: whitesmoke;
	color: black;
}

.thumbFade
{
	filter:alpha(opacity=10); 
	/*-moz-opacity:0.5;*/
}
.headerText
{
	font-size: 18px;
	font-weight: bold;
	color: #800000;
}
#divFooter
{
	width: 1024px;
	height: 64px;
	background-color: transparent;
	background-image: url('../images/footer1.png');
}
#divFooter p
{
	text-align: center;
	color: White;
	font-size: 13px;
	margin: 0px;
	padding: 11px;
}