/* CSS Document */
BODY 
{
   BACKGROUND-COLOR: #FFFFFF;
   FONT-SIZE: 14pt;
   FONT-FAMILY: Arial, Helvetica, sans-serif;
   margin-right: 10%;
   margin-left: 10%;
}

.td_black_box {
	border: medium solid #000000;
}
.flyer_large {
	font-size: 20px;
	color: #000000;
}
.flyer_headline {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	display: table-cell;
}
.underline {
	font-weight: bold;
	text-decoration: underline;
}
.flyer_large_italic {
	font-style: italic;
}
.flyer_XL_italic {
	font-style: italic;
	font-size: 32px;
}

.flyer_XL {
	font-size: 32px;
	font-weight: normal;
	text-align: inherit;
}
.flyer_XXL {
	font-size: 36px;
	font-weight: bold;
}
.flyer_XXXL {
	font-size: 48px;
	font-weight: lighter;
}
.flyer_normal {
	font-size: 16px;
}
.headline_left {

	font-size: 45px;
	font-weight: bold;
	display: table-cell;
}
.flyer_XL_centre {

	font-size: 32px;
	font-weight: normal;
	text-align: center;
}

