body {
	background-image:  url(../images/redbackgr.gif);
	color: #000000;
	background-color: #FFFFFF;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #FFFFFF;
}

.style1 {
	font-family: tahoma;
	font-size: 11px;
}
.style1l {
	font-family: tahoma;
	font-size: 13px;
}
.style2 {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 10px;
}


.style3 {
	font-weight: bold;
	color:#FFFFFF;
	}
	
.style3 a:link  {
	color: #FFFFFF;
}

.style3 a:visited  {
	color: #FFFFFF;
}

.style3 a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}

.style3 a:active  {
	text-decoration: none;
	color: #FFFFFF;
}

.style4 {
	font-family: tahoma;
	font-size:10px;
	color: #990000;
	}


.style4 a:link  {
	color: #990000
}

.style4 a:visited  {
	text-decoration: none;
	color: #990000
}
.style4 a:hover  {
text-decoration: underline;
color: #990000
}
.style4 a:active  {
text-decoration: none;
color: #990000
}

.style4 ul li a {
	padding-left: 14px; 
}


.style4l {
	font-family: tahoma;
	font-size:14px;
    font-weight: bold;
	color: #990000;
	}


.style4l a:link  {
	color: #990000
}

.style4l a:visited  {
	text-decoration: none;
	color: #990000
}
.style4l a:hover  {
text-decoration: underline;
color: #990000
}
.style4l a:active  {
text-decoration: none;
color: #990000
}
    
    
.style_bbr {
	font-family: tahoma;
	font-size:18px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	}


.style_bbr a:link  {
	color: #990000
}

.style_bbr a:visited  {
	text-decoration: none;
	color: #990000
}
.style_bbr a:hover  {
text-decoration: underline;
color: #990000
}
.style_bbr a:active  {
text-decoration: none;
color: #990000
}

/* Easy Slider */

#banner{
	position:relative;
	float: right;
		}	

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:180px;
		height:135px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		visibility:hidden;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		visibility:hidden;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:77px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
