/* CSS Document */

body {
	background-color:#000000;
}
.font {
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px;
	line-height:17px;
	text-align:justify;
	color:#555555;
}
.whiteColor	{
	background-color:#FFFFFF;
}
.blackColor {
	background-color:#000000;
}
.greyColor {
	background-color:#252525;
}
.mainIntro {
	background-image:url(../newsite/images/introBkgr.jpg);
	background-repeat:no-repeat;
	height:250px;
	width:509px;
	background-color:#FFFFFF;
}
.tourIntro {
	background-image:url(../newsite/images/toursBkgr.jpg);
	background-repeat:no-repeat;
	height:189px;
	width:509px;
	background-color:#FFFFFF;
}
.navBkgr {
	background-color:#FFFFFF;
	height:31px;
}
.snippets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:11px;
	text-align:;
	color:#CCCCCC;
}
.eventSnippets {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height:11px;
	color:#333333;
}
.baseGradient {
	background-image:url(../newsite/images/bottomBgr.jpg);
	background-repeat:repeat-x;
	background-color:#FCE10E;
	background-position:top;
	height:6px;
}
.goldColour	{
	background-color:#FCE10E;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.swfBkgr {
	background-image:url(none;
	background-repeat:no-repeat;
}