h1 	{ font-family:  arial, sans-serif;	font-size: 1px; color: #FFFFFF; }
h2 	{ font-family:  arial, sans-serif;	font-size: 8pt; font-weight: bold;	color: #C60D02; }

a:link    { font-weight: normal; font-size: 9pt; text-decoration: none; color: #A2B4BF; }
a:visited { font-weight: normal; font-size: 9pt; text-decoration: none; color: #A2B4BF; }
a:active  { font-weight: normal; font-size: 9pt; text-decoration: none; color: #A2B4BF; }
a:hover   { font-weight: normal; font-size: 9pt; text-decoration: none; color: #FFFFFF; }



body {
		background:#fff url(images/back.jpg);
		font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;
		color:#333;
		line-height:180%;
		margin:0;
		padding:0;
		text-align:center;
	}
	
table {  font-family: trebuchet ms; color:#333333; font-size: 9pt; }


	
select {
	font-family: Verdana,Tahoma,Arial, Helvetica, sans-serif,Trebuchet MS;
	font-size: 8pt;
	font-weight : normal;
	
	
	 
}

			.navcell			{ background-color: #000000;
								  cursor: auto; }
			.navcellhover		{ background-color: #FF9400;
								  cursor: hand; }
input {
	font-family: Trebuchet MS;
	font-size: 8pt;
	Font-weight : normal;
}



option {
	font-family: Verdana,Tahoma,Arial, Helvetica, sans-serif,Trebuchet MS;
	font-size: 8pt;
	color: #353533;
	background-color: #f9f9f9;
	border : 1px ;
	border-color : silver;
	border-style : solid ;
	font-weight : normal;

}

textarea {
	font-size: 8pt;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif, "Trebuchet MS";
	font-weight : normal;
	text-align: justify;
}


	
	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:674px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			

	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:850px;
		background:#fff;		
		margin-bottom:2em;
		}	
	#header{
		height:144px;
		background:#5DC9E1;
		color:#fff;
		}				
	#content{
		position:relative;
		}			

/* Easy Slider */

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:850px;
		height:280px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:850px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}												

/* // Easy Slider */
