/**
 * @section: Copy Text
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}


/**
 * @section: Headlines
 */
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 130%;
}

h1 {
	font-size: 17pt;
	color: #4B4B4B;
	text-transform: uppercase;
	line-height: 18pt;
	letter-spacing: 0em;
}

.italic_grey {
	color: #B5B4B4;
	font-style: italic;
}

h1 .italic_grey {
	font-size: 17pt;
	line-height: 18pt;
	letter-spacing: 0em;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	color: #4B4B4B;
	text-transform: uppercase;
}

h2 .italic_grey {
	font-size: 13pt;
	line-height: 13pt;
	letter-spacing: 0em;
	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #005292;
}

h4{
	font-size: 20px;
	color: #78B800;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
	color: #005292;
}

h6 { 
	font-size: 14px;
	color: #C00;
}

/**
 * @section: Subeadlines
 */
strong {
	font-weight: bold;
	margin: 12px 0;
}

p strong {
	margin: 0;
	color: #4B4B4B;
}
p.italic_grey strong {
	margin: 0;
	color: #B5B4B4;
}

p, li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #4B4B4B;
	line-height: 12pt;
	margin: 0;
	
}

p.italic_grey {
	color: #B5B4B4;
	font-style: italic;
}

p.title {
	font-size: 17pt;
	color: #4B4B4B;
}

.green {
	color: #B9CE03;
}



/**
 * @section: Buttons & Links
 */

a,
a:hover,
a:active,
a:focus {
	color: #4B4B4B;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: underline;
}

.italic_grey a,
.italic_grey a:hover,
.italic_grey a:active,
.italic_grey a:focus {
	color: #B5B4B4;
}

#ml_footer .content a,
#ml_footer .content a:hover,
#ml_footer .content a:active,
#ml_footer .content a:focus {
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-decoration: none;
}

