/* Club Style Sheet   */

.c_header_text_logo {
	font-size:25px;
	font-weight: bold;
	font-family: Times;
	color: white;
	text-decoration:none;
	position: absolute;
	margin-top: 5px;
	margin-left: 15px;
	text-shadow: 2px 1px 0 blue;
	filter:Shadow(Color=blue,Direction=135,Strength=2);	
}