h2,.Header   {
  font-weight:bold;
  font-size  :18px;
  color: #6f6856;
}

h3,.SubHeader{
  font-weight:bold;
  font-size  :14px;
  color: #6f6856;
}

.SmallText{
  font-size  :10px;
}

p
{
margin:0px 0px 10px 0px;
}

/* Main Styles */
td,body{
  font: normal 12px arial;
  color:#676664;
  text-decoration:none;
}


/* Links */
a{
  color:#8a8476;
}
a:hover{
  color:#000;
}
/* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:453px;
		height:301px;
		overflow:hidden; 
		}
	#prevBtn, #nextBtn{ 
	display:block;
	width:29px;
	height:56px;
	position:absolute;
	left:-29px;
	top:122px;
	}	
#nextBtn{ 
	left:453px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:29px;
	height:56px;
	background:url(../images/graphics/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(../images/graphics/btn_next.gif) no-repeat 0 0;	
	}				
