body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #000;
}
body, form, p, div, table, td, tr, h1, h2, h3{
	text-align: left;
	vertical-align: top;
    word-wrap: break-word;
}
p { margin: 5px 0 5px 0; }

ul, ol { padding: 2px 0 5px 20px; margin-top: 2px; }
table { empty-cells: show ; border-collapse: collapse; }

h1 {
	color: #000000;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.21em;
}

h2 {
	color: #10709a;
	font-size: 1.18em;
	margin: 10px 0 5px 0;
	font-weight: bold;
	line-height: 1.21em;
}

h3 {
	color: #000000;
	font-size: 1.09em;
	font-weight: bold;
}

a, a:visited, a:link, a:active, a:focus {
	color: #10709a;
    margin: 0;
    text-decoration: underline;
	font-size: 1em;
}
a:hover { color: #cd1719; }

table.data-table, table.data-table-2 { border-collapse: collapse; }
table.data-table td, table.data-table th, table.data-table-2 td, table.data-table-2 th { border: 1px solid #FFF; padding: 0 10px; }
table.data-table th, table.data-table-2 th { font-weight: normal; }
table.data-table tr:nth-child(even) { background: #D2E3EB; }
table.data-table tr:nth-child(odd)  { background: #EFF8FE; }
table.data-table-2 tbody tr:nth-child(even), table.data-table-2 thead tr { background: #EFF8FE; }
table.data-table-2 tbody tr:nth-child(odd)  { background: #D2E3EB; }
