body {
	margin: 0;
	background-image: url(../_img/tileBk.jpg);
	background-position: 0px 0px; 
	background-color: #EEEEEE;
}

a:link {text-decoration:underline; color: #CC0000}
a:visited {text-decoration:none;color: #FF6600}
a:hover {text-decoration:underline;color: #990000}
a:active {text-decoration: none;color: #333333}

#sitemap a:link {
	text-decoration: none; 
	color: #666666;
	background: transparent;
}
#sitemap a:visited {
	text-decoration: none; 
	color: #666666; 
	background: transparent;
}
#sitemap a:hover {
	text-decoration: underline; 
	color: #333333; 
	background: transparent;
}
#sitemap a:active {
	text-decoration: none; 
	color: #FFFFFF; 
	background: transparent;
}

.Normal {
	font-family:Century Gothic, Verdana, Calibri, Trebuchet, Arial;
	font-size: 12px;
	color: #666666;
}

.NormalLight {
	font-family:Century Gothic, Verdana, Calibri, Trebuchet, Arial;
	font-size: 12px;
	color: #FF6600;
}
.NormalDark {
	font-family:Century Gothic, Verdana, Calibri, Trebuchet, Arial;
	font-size: 12px;
	color: #CC0000;
}
.Sml {
	font-family:Century Gothic, Verdana, Calibri, Trebuchet, Arial;
	font-size: 9px;
	color: #333333;
}
.SmlDark {
	font-family:Century Gothic, Verdana, Calibri, Trebuchet, Arial;
	font-size: 9px;
	color: #CC0000;
}
.SmlLight {
	font-family:Century Gothic, Verdana, Calibri, Trebuchet, Arial;
	font-size: 9px;
	color: #FF6600;
}
.Large {
	font-family:Century Gothic, Verdana, Calibri, Trebuchet, Arial;
	font-size: 14px;
	color: #333333;
}
.LargeLight {
	font-family:Century Gothic, Verdana, Calibri, Trebuchet, Arial;
	font-size: 14px;
	color: #FF6600;
}
.LargeWhite {
	font-family:Century Gothic, Verdana, Calibri, Trebuchet, Arial;
	font-size: 14px;
	color: #FFFFFF;
}
.LargeDark {
	font-family:Century Gothic, Verdana, Calibri, Trebuchet, Arial;
	font-size: 14px;
	color: #CC0000;
}
.ExtraLarge {
	font-family:Century Gothic, Verdana, Calibri, Trebuchet, Arial;
	font-size: 18px;
	color: #666666;
	font-weight:bold
}
.ExtraLargeLight {
	font-family:Century Gothic, Verdana, Calibri, Trebuchet, Arial;
	font-size: 18px;
	color: #FF6600;
	font-weight:bold
}
.ExtraLargeWhite {
	font-family:Century Gothic, Verdana, Calibri, Trebuchet, Arial;
	font-size: 18px;
	color: #FFFFFF;
	font-weight:bold
}
.ExtraLargeDark {
	font-family:Century Gothic, Verdana, Calibri, Trebuchet, Arial;
	font-size: 18px;
	color: #CC0000;
	font-weight:bold
}
