body {
	background-color: #9d9d9d;
	background-image: url(../files/images/main-bg.gif);
    
}
.content {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #6b6b6b;
	font-weight:400;

}
.txtCategoryLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff6600;
	font-weight: bold;
}
.txtCategoryLinks:link {
	color: #FF0000;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
	font-size: 11px;

}
.txtCategoryLinks:visited {
	color: #FF0000;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
	font-size: 11px;

}
.txtCategoryLinks:hover {
	color: #FF0000;
	text-decoration: underline;
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
	font-size: 11px;

}
.txtCategoryLinks:active {
	color: #FF0000;
	text-decoration: none;
	font-family: Tahoma, Verdana, Arial, "Times New Roman";
	font-size: 11px;

}

a:link {
	color: #FF0000;
	text-decoration: none;

}
a:visited {
	color: #FF0000;
	text-decoration: none;

}
a:hover {
	color: #FF0000;
	text-decoration: underline;
	text-decoration: underline;

}
a:active {
	color: #FF0000;
}

.footer {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #898888;
}

.footer a:link {
	color: #ffffff;
	text-decoration: none;
	
}

.ContentTitle {
	font-family: "Trebuchet MS";
	font-size: 19px;
	color: #ff0002;
	

}

.styleGeneral {
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#848484;
}

.ContentTitle2 {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #848484;
	font-weight:bold;
}

.ContentTitle3 {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
}

.menu a:link {
	font-size: 11px;
	color: #282828;
	text-decoration: none;

}
.menu a:visited, a:hover, a:active, a:link, a {
	font-family: Arial;
	font-weight:bold; 
	font-size:12px;
	color: #282828;
	text-decoration: none;

}
.menu a:hover {
	color: #6d6d6d;
}
.menu a:active {
	color: #6d6d6d;

}
/*------ default Page Slide Styles----------------------------*/
#TopImageSliderWrapper{
	margin:10px;
	}

#TopImageSlider{
	width:660px;
	height:441px;
	overflow:hidden;
	margin-bottom:7px;
	}	

#TopImageSlider img{
	display:none;
	}

#TopImageSlider img.first{
	display:block;
	}
	
#TopSliderNav{
	width:606px;
	height:56px;
	overflow:hidden;
	}	
	
#TopImageSliderNav a{
	width:88px;
	height:54px;
	display:block;
	float:left;
	margin-left:7px;
	margin-top:7px;
	border:solid 1px #414141;
    filter:alpha(opacity=50);        
	-moz-opacity:0.5;        
	-khtml-opacity: 0.5;        
	opacity: 0.5;	
}


#TopImageSliderNav a:hover,
#TopImageSliderNav a.activeSlide{
	border-color:#9c1162;
    filter:alpha(opacity=100);        
	-moz-opacity:1;        
	-khtml-opacity: 1;        
	opacity: 1	
}

#TopImageSliderNav a.firstItem{
	margin-left:0px;
	margin-right:2px;
	}
