body {
	background-color: #000000;
	background-image: url(images/main_bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
}
div {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c4c4c4;
}
.footer {
	color: #919191;
}
.navlink { color:#ffffff; text-decoration: none}

.navbutton:link { color:#ffffff; text-decoration: none}
.navbutton:visited { color:#ffffff; text-decoration: none}
.navbutton:active { color:#ffffff; text-decoration: none}
.navbutton:hover {
	color:#ffffff;
	text-decoration: none;
	background-image: url(images/nav_bg_over.gif);
	background-repeat: repeat-x;
	height: 47px;
	width: 90px;
}
.navbutton {
	color:#ffffff;
}


.redlink:link { color:#eb0e3f; text-decoration: underline}
.redlink:visited { color:#eb0e3f; text-decoration: underline}    
.redlink:hover   { color:#eb0e3f; text-decoration: none}  
.redlink:active  { color:#eb0e3f; text-decoration: none}

a:link { color:#eb0e3f; text-decoration: none}
a:visited { color:#eb0e3f; text-decoration: none}    
a:hover   { color:#eb0e3f; text-decoration: none}  
a:active  { color:#eb0e3f; text-decoration: none}

.greenlink:link { color:#b3ff20; text-decoration: underline}
.greenlink:visited { color:#b3ff20; text-decoration: underline}    
.greenlink:hover   { color:#b3ff20; text-decoration: none}  
.greenlink:active  { color:#b3ff20; text-decoration: none}
.maincontent {
	margin-left: 12px;
	margin-right: 12px;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #c4c4c4;
}
.maincontent2 {
	margin-left: 12px;
	font-size: 9px;
}
.contenttitle {
	color: #ffffff;
	font-size: 16px;
	margin-left: 11px;
	font-weight: bold;
}
/* 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;
}

.sIFR-hasFlash #content h1,
.sIFR-hasFlash #content h2,
.sIFR-hasFlash #content h3
 {
	visibility: hidden;
}
.subnavBg, a.subnavBg 	{
	background-image:url(images/subnav_bg.gif);
	width:124px;
	height:14px;
	font: none 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: 		#f0f0f0;
	text-decoration: none;
	display:block;
	padding: 3px;
	opacity: .85;
	filter: alpha(opacity=85);
-moz-opacity: .85; 
	text-align: center;
}
a.subnavBg:hover		{
	background-image: none;
	background-color: #ffffff;
	width:124px;
	height:14px;
	font: none 9px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #4a4a4a;
	text-decoration: none;
	display:block;
	padding: 3px;
	opacity: .75;
	filter: alpha(opacity=75);
-moz-opacity: .75; 
	text-align: center;
}
.contentbox {
	background-image: url(images/content_main.gif);
	background-repeat: no-repeat;
}