.BodyText {
	color: #000000;
	font: 13px Georgia, "Trebuchet MS", "Lucinda Typewriter";
	font-weight: normal;
}

.BodyTextSmallBlk {
	color: #000000;
	font: 11px Georgia, "Trebuchet MS", "Lucinda Typewriter";
	font-weight: normal;
}

.BodyIntro {
	color: #000000;
	font: italic normal 12px Georgia, "Trebuchet MS", "Lucinda Typewriter";
}


.Footer {
	color: #666666;
	font-size: small;
	font-weight: bold;
}
.FooterChildrenProtectLinks {
color: #FF80C0;
	font-size: small;
}
body {
	background-color: #FFFFFF;
	background-image: url(../images/starblack.gif);
}
.BodyTextSmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: small;
}
.SideBarHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFCC;
	background-position: center;
	text-align: center;
}
.HeaderText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000000;
	background-position: center;
}
.HeaderWelcomeText {
	font-family:"Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	color: #FFFFFF;
	background-position: center;
}

.BigTeaserQuoteText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	font-style: italic;
	color: #000000;
	background-position: center;
}

.SendSiteText {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	background-position: center;
}

.NewsLetterTextCentred {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #000000;
	background-position: center;
}
.HeaderTextSubSectionBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.HeaderTextSubSectionWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.GalleryHeaderText {
	color: #FF0000;
	font-size: large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.BodyTextYellow {

	color: #FFFFCC;
	font: 13px Georgia, "Trebuchet MS", "Lucinda Typewriter";
	font-weight: normal;
}
.HeaderTextSubSectionTNR {
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	color: #000000;
}

a:link		{
	color: #0000CC;
	text-decoration: none;
}
a:visited	{
	color: #CC0099;
	text-decoration: none;
}

a:hover {text-decoration: underline;
}

#slider {

	/* You MUST specify the width and height */
	width:300px;
	height:281px;
	position:relative;	
	overflow:hidden;
}

#mask-gallery {
	
	overflow:hidden;	
}

#gallery {
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:900px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {
	
	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:100px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
	
	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:0;
	left:0;
	
	/* Set the style */
	width:100px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:10px;
	color:#fff;	
}

	#excerpt li {
		padding:5px;
	}
	


.clear {
	clear:both;	
}
