body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #ffffff;
	margin: 0px;
}

#layout {
	width: 100%;
}

#headline_box {
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
}

#headline_box h1 {
    font-size: 24px;
}

#headline_box h2 {
    font-size: 20px;
}

#headline_box h3 {
    font-size: 18px;
}

#headline_box h4 {
    font-size: 14px;
}

#headline_box h4 a {
    font-size: 12px;
    color: #ff5050;
}

#headline_box h4 a:visited {
    font-size: 12px;
    color: #ff5050;
}

#headline_box h4 a:hover {
    font-size: 12px;
    color: #ff5050;
}

#headline_box h4 a:active {
    font-size: 12px;
    color: #ff5050;
}

#headline_box #image {
    border: 0px;
    width: 200px;
}

/* ################################################################# */

#image_box_grey {
	width: 100%;
	background-color: #686868;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

#image_box_grey #image {
	height: 150px;
	border: 0px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}

#image_box_signature {
	text-align: center;
}

#image_box_signature #image {
	border: 0px;
	margin-top: 30px;
}

#image_box_white {
	text-align: center;
}

#image_box_white #image {
	height: 200px;
	border: 0px;
	margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 5px;
}



/* ################################################################# */

#text_box {
	width: 700px;
	margin: auto;
	text-align: justify;
	font-weight: normal;	
	line-height: 22px;
}

#text_box #text {
	color: #000000;
	font-size: 16px;	
	font-weight: normal;	
}

#text_box #text_under_signature {
    text-align: right;
    font-weight: bold;  
    font-size: 16px;    
}

#text_box #text #black {
	font-weight: bold;	
	font-size: 16px;	
}

#text_box #text #red {
	font-weight: bold;	
	font-size: 16px;	
	color: #ff5050;
}


#text_box_footer {
	width: 700px;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: normal;	
	line-height: normal;
}

#text_box_footer #text {
	font-size: 10px;
	font-weight: bold;
}

/* ################################################################# */

a {
	font-size: 16px;
	color: #ff5050;
}

a:visited {
	color: #ff5050;
}

a:hover {
	color: #ff5050;
}

a:active {
	color: #ff5050;
}

/* ################################################################# */

a.mfk {
	font-weight: bold;	
	font-size: 16px;
	color: #000000;
}

a.mfk:visited {
	color: #000000;
}

a.mfk:hover {
	color: #000000;
}

a.mfk:active {
	color: #000000;
}

/* ################################################################# */

a.mfk_headline {
	text-decoration: none;
	font-weight: bold;	
	font-size: 24px;
	color: #005aa9;
}

a.mfk_headline:visited {
	text-decoration: none;
	color: #005aa9;
}

a.mfk_headline:hover {
	text-decoration: none;
	color: #005aa9;
}

a.mfk_headline:active {
	text-decoration: none;
	color: #005aa9;
}