





/************************************/
/* CONTAINER FOR OUTER BANNER		*/
/************************************/
#container_outerbanner {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: -15px;
	left: 1012px;
}

.outer_banner_text {
	height: 15px;
}

#container_outerbanner #top_part {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 38px;
}

#container_outerbanner #banner_part {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}




/****************************************/
/* MICROSITE CONTAINER FOR OUTER BANNER	*/
/****************************************/
#container_outerbanner_microsite {
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	left: 1012px;
}

#container_outerbanner_microsite #top_part_microsite {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 44px;
}

#container_outerbanner_microsite #banner_part_microsite {
	margin: -14px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



