@charset "utf-8";
body{	
	font-family			:		'Molengo', arial, serif;
}
.centerContainer{
	width				:		500px;
}
.Container{
	border				:		1px solid #BABABA;
}
.Header{
	border-style		:		none;
	font-weight			:		bold;
	min-height			:		1px;
	overflow			:		hidden;
	padding-bottom		:		2px;
	padding-right		:		2px;
	padding-top			:		2px;
	background-color	:		#EF9A30;
	background-position	:		center bottom;
	background-repeat	:		repeat-x;
	color				:		#FFFFFF;
	line-height			:		10px;
	margin				:		2px;
	padding-bottom		:		0;
	padding-top			:		0;
}
.Logo{
	margin-left			:		10px;
	margin-top			:		10px;
	margin-bottom		:		20px;
}
.TextContent{
	font-size			:		20px;
	margin-left			:		10px;
	margin-right		:		10px;
	margin-bottom		:		10px;
	margin-top			:		10px;
}
.TextInfo{
	font-size			:		12px;
	margin-left			:		10px;
	margin-right		:		10px;
	margin-bottom		:		10px;
	margin-top			:		30px;
	border-top			:		1px solid #BABABA;
	padding-top			:		20px;
}