body {
color:#333333;
font-family:Arial,'Liberation Sans',FreeSans,sans-serif;
font-size:12px;
font-size-adjust:none;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}
*{
margin:0;
}
.bannerButtonClose {
	background:url(btnBannerClose.gif) no-repeat right 0;
	clear:both;
	cursor:pointer;	
	display:none;
	float:right;	
	height:10px;
	margin:5px 5px 0 0;
	width:10px;	
	position:absolute;
	top:0px;
	left:410px;
	z-index:51;
}

.bannerButtonOpen {
	background:url(btnBannerOpen.gif) no-repeat right 0;
	clear:both;	
	cursor:pointer;
	float:right;
	height:10px;
	margin:5px 5px 0 0;
	width:10px;
	position:absolute;
	top:0px;
	left:4px;
	z-index:52;	
}
.bannerWelcome {
	background:url(whiteTransFull.png) 0 0;
	float:left;		
	height:20px;
	left:0;		
	position:relative;
	top:0;
	width:20px;	
	z-index:50;
}

.bannerWelcomeText {
	clear:both;
	float:left;
	padding:0 20px;
	width:380px;
	display:none;	
}
.bannerContents {
	left:0;
	position:relative;
	top:0;
	z-index:5;
}
.bannerWelcomeText h1 {
font-size:24px;
font-weight:normal;
margin:12px 0;
}

