 a:link.access { color: white; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal }

	a:visited.access, a:active.access { color: white; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight:  normal }

	a:hover.access { color: yellow; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight:  normal }


 a:link.join { color: black; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 40pt; font-weight: bold }

	a:visited.join, a:active.join { color: black; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 40pt; font-weight:  bold }

	a:hover.join { color: red; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 40pt; font-weight:  bold }


a:link.menu { color: white; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 19pt; font-weight: bold }

	a:visited.menu, a:active.menu { color: white; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 19pt; font-weight:  bold }

	a:hover.menu { color: yellow; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 19pt; font-weight:  bold }
	
	a:link.menu_b { color: black; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal }
	
	a:visited.menu_b, a:active.menu_b { color: black; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal }

	a:hover.menu_b { color: yellow; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: normal }
	
	a:link.info { color: black; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal }
	
	a:visited.info, a:active.info { color: black; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal }

	a:hover.info { color: red; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal }
	
	a:link.mainlink1 { color: white; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; letter-spacing: -1px; font-size: 32pt; font-weight: bold }

	a:visited.mainlink1, a:active.mainlink1 { color: white; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; letter-spacing: -1px; font-size: 32pt; font-weight:  bold }

	a:hover.mainlink1 { color: Yellow; text-decoration: underline; font-family: Arial, Helvetica, sans-serif; letter-spacing: -1px; font-size: 32pt; font-weight:  bold }
	
	 h1 { line-height:90%; color: white; text-decoration: none; font-family: Arial, Helvetica, sans-serif; letter-spacing: 0px; font-size: 26pt; font-weight:  normal }
	
.image{
	border-style:solid;
	border-color: #35B9E7;
	border-width:1px;
      }
	  
	  

   body {
	background-color: #666;
}
	  
	  
	  /* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:0;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:980px;
		height:448px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:971;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#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 */
	  
	  
	  
	  