@charset "UTF-8";

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,
dl, dt, dd, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1.2;
	font-size: 0.9em;
	font-family: 'Open Sans', Verdana, sans-serif;
	color: #000;
	background-color: #fff;
}

#container {
	width: 960px;
	margin: 50px auto 0px auto;
	text-align: center;
}

a {
	text-decoration: none;
	color: #12345e;
	border-bottom: 1px dotted #12345e;
}

a:hover {
	border-bottom: 1px solid #12345e;
}

p {
	margin: 15px 0px;
}

h1 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 0px;
}

h2 {
	padding: 5px 10px;
	background-color: #fff;
	color: #12345e;
	border: 1px solid #365f91;
	margin-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

ul {
	padding-left: 20px;
}

li {
	padding-bottom: 3px;
}

em {
	color: #12345e;
}

strong {
	font-weight: bold;
}

.clr {
	clear: both;
}
