/* Global styles */

* {
	margin: 0;
	padding: 0;
	color: #333;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	font-size: 8pt;
	line-height: 13pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body, h4, td, th {
	font: 8pt/13pt Verdana, Arial, Helvetica, sans-serif;
}

table {
	border-collapse: collapse;
}

td {
	vertical-align: top;
}

h1, h2, h3, h4, th {
	font-weight: bold;
}
h1, h2, h3, h1 a, h2 a, h3 a {
	color: #00569f;
	font-family: Arial, Helvetica, sans-serif;
}
h1, h1 a {
	font-size: 15pt;
	line-height: 20pt;
	margin-bottom: 14px;
}
h2, h2 a {
	font-size: 13pt;
	line-height: 17pt;
	margin-bottom: 10px;
}
h3, h3 a {
	font-size: 11pt;
	line-height: 14pt;
	margin: 10px 0 6px 0;
}

img {
	border: 0;
	display: inline !important; display: block; /* IE hack */
}

a, a strong, a b, a small {
	color: #00569f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

button {
	text-align: center;
}

small {
	font-size: 90%;
}

/* "global" settings for center column and TinyMCE editor */

#center p, #center li, #center td, .mceContentBody p, .mceContentBody li, .mceContentBody td {
	font-size: 8pt;
	line-height: 13pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#center p, #center ul, #center ol, .mceContentBody p, .mceContentBody ul, .mceContentBody ol {
	margin-bottom: 0.8em;
}

#center li, .mceContentBody li {
	margin-left: 2.5em;
}

#center strong, #center b, .mceContentBody strong, .mceContentBody b {
	font-weight: bold;
}

#center img, .mceContentBody img {
	display: inline;
}

#center a b, #center a strong, .mceContentBody a b, .mceContentBody a strong {
	font-weight: bold;
	color: #00569f;
}

#center_1 td, .mceContentBody td {
	padding: 3px;
}
