/*
//==============================================================================
// (¯`*•.¸(¯`*•.¸,¸¸,ø¤º° MagicWeb NZ º¤ø,¸¸,¸.•*´¯)¸.•*´¯)
//
//  Application: MyAeroClub - DEMO
//
//  File   : ClubSpecific/CLIENT_Header0099.css
//
//------------------------------------------------------------------------------
//  History:
//  Version     Date            By  Comment
//------------------------------------------------------------------------------
//  9.50        28 Dec 2021     JC  Initial version
//  9.50        27 Jun 2022     JC  Using a repeating background image.
//==============================================================================
*/

td.TopHeader {
	height:200px;
	width: 100%;
	background-color:#d1cfcf;
	background-image: url(../ClubSpecific/HeaderPicture.jpg);
 	color:Navy;
	font-weight:normal;
	font-size:11px;
	text-align: left;
	font-weight:normal;
}

