/* Yahoo! CSS Reset (YUI 3)

http://developer.yahoo.com/yui/license.html

version: 3.2.0
*/

/* This Reset CSS has been customized to suit the needs of MPA*/
html{
	color:#000;
	background:#FFF;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote{
	margin:0;
	padding:0;
}

td, th{
  margin:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}

li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, textarea, select {
	*font-size:100%;
}
legend {
	color:#000;
}
a{
  text-decoration:none;
  font-family: 'Open Sans 600',Helvetica,Arial,sans-serif;
  font-weight: 600;
}

/* MPA CUSTOM OVERRIDES */

.cke_show_borders h1{
  font-size:1.75em;
}

.cke_show_borders h2{
  font-size:1.5em;
}

.cke_show_borders h3{
  font-size:1.25em;
}

.cke_show_borders h4{
  font-size:1.17em;
}

.cke_show_borders h5{
  font-size: 1.1em;  
}

.cke_show_borders h6{
  font-size: 1.05em;  
}

.cke_show_borders h1, 
.cke_show_borders h2, 
.cke_show_borders h3, 
.cke_show_borders h4, 
.cke_show_borders h5, 
.cke_show_borders h6{
  font-weight:700;
  font-family: 'Open Sans 700', Helvetica, Arial, sans-serif;
}