/* 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, 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 {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Alegreya SC', Times New Roman, serif;
}

body {
	background-color:#DFE3EE;
	font: 14px/1.63636363636364 'Lato', verdana, sans-serif;
	color:#4A7184;
}

#arena {
	width:775px;
	margin: 20px auto;
	background-color:#fefefe;
	border-radius: 7px;
}

	
#arena #header {
	padding:20px;
	background-color:#0C2578;
	background-repeat:no-repeat;
	background-position:right;
	color:#fff;
	-webkit-border-radius: 7px 7px 0 0;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
}

#arena #header h1 {
	font-size:32px;
	font-weight:bold;
}

#arena #header h2{
	font-size:16px;
	font-weight:bold;
}

#arena #content {
	padding:20px;
	padding-bottom:1px;
}

#arena #content h2 {
	color:#9D8A0A;
	font-size:24px;
	font-weight:bold;
}

#arena #content h3 {
	color:#9D8A0A;
	font-size:18px;
	/*font-weight:bold;*/
}

#arena #content p {
	margin: 10px 0;
}

#arena #content q {
	font-style:italic;
}

#arena #content blockquote {
	margin: 10px 0;
	padding-left:15px;
	font-style:italic;
}

#arena #content ul {
	list-style: initial;
}

#arena #content ul  li {
	margin: 10px 0;
	margin-left:20px;
}

#arena #content ul.references {
    counter-reset:item;
    list-style:none;
}

#arena #content ul.references li {
    margin-left:0;
}

ul.references li:before { 
    content: "["counter(item, decimal) "] ";
    counter-increment: item;
}

em {
	font-style:italic;
}

strong {
	font-weight:bold;
}

a, a:visited {
	text-decoration:none;
	font-weight:bold;
	color:#0C2578;
}

a:hover {
	text-decoration:underline;
}

h4 {
	font-weight:bold;
}

td {
	width:44px;
	border-style:solid;
	border-width:1px;
	padding:2px 10px;
	font-weight:bold;
}

table {
	margin-bottom:40px;
}

p.footer {
	font-size:10px;
	font-style:italic;
	color:#85969E;
}