/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



iframe {
    border: none !important;
}



.clear {
    clear: both;
}

.content {
    line-height: 1.4em;
}

img {
    vertical-align: middle;
}

a {
    color: #0C478B;
    text-decoration: none;
}

.h_title { font-weight: bold; }

.h_title.h_regular { font-weight: normal; }

.h_title.h_xsmall { font-size: 8pt; }
.h_title.h_small { font-size: 9pt; }
.h_title.h_medium { font-size: 10pt; }
.h_title.h_large { font-size: 11pt; }
.h_title.h_xlarge { font-size: 12pt; }
.h_title.h_xxlarge { font-size: 14pt; }
.h_title.h_xxxlarge { font-size: 16pt; }

.h_title.h_black { color: #000; }
.h_title.h_grey { color: #888; }
.h_title.h_blue { color: #0C478B }

.h_title.h_border { border-bottom: 1px solid #888; padding: 10px 0 20px 0; margin-bottom: 20px }
.h_title.h_border_grey { border-bottom: 1px solid #ccc; padding: 10px 0 10px 0; margin-bottom: 1em }

.h_title.h_margin { margin-bottom: 1em }


.plaintext {

}

.plaintext .h_title {
    margin-bottom: 20px;
}

.plaintext p {
    margin: 20px 0;
    font-size: 9pt;
    line-height: 1.4em;
}

.plaintext strong {
    font-weight: bold;
}

