@charset "utf-8";
/* CSS Document */

.welcome_text{
	color:#b08900;
	font-family:Verdana;
	font-size:27px;
	font-weight:bold;
}
			   
.welcome_text_black{ color:#000;
               font-family:Verdana;
			   font-size:27px;
			   font-weight:bold;}
			   
.normal_text_black{
	color:#000;
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
	line-height:17px;
}
				  
.normal_text_white{
	color:#fff;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
}
				  
.normal_text_white1{
	color:#fff;
	font-family:Verdana;
	font-size:13px;
	font-weight:normal;
}					  			   			   			   				  			   			   			   
