body, html {
  background:#000000;
}

html, font, p, div, span, tbody {
color:white;
}

a {
  color:white;
  text-decoration:none;
}

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

#navigation li.lvl-1 a {
text-decoration:none;
color:#FFF;  
}

#navigation li.lvl-1 a:hover {
text-decoration:none;
color:#DC2550;  
}

#content, #content p, #content div, #content span, #content tbody{
  color:#717074;
}
#content {
  background:black;
}
.contentcolor {
  color:white !important;
}

a.contentcolor:hover {
  color:#DC2550 !important;
}

.backgroundcolor {
  background:black !important;
}

.content-bg {
  background:white;
}















/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}


