@media screen {
	body {
		margin: 10mm;
	}
}

body {
	font-size: 15px;
	font-family: "open_sansregular";
	height: auto;
	background-color: #ffffff;
	line-height: inherit;
}

a {
	color: #E2001A;
}

p, h1, h2, h3, h4, h5, h6, ul, form, table, textarea, input, select, fieldset {
	margin-bottom: 10px;
}

fieldset {
		background-color: #eee;
		padding: 20px;
}

fieldset legend {
	display: none;
}

h1 {
	font-size: 40px;
	font-family: "open_sansregular";
	color: #5d6a72;
}

h2 {
	font-size: 25px;
	font-family: "open_sansregular";
}

label, h1, h2, h3, h4, h5, h6 {
	display: block;
}

label {
	cursor: pointer;
}

label.checkbox {
	display: inline;
	font-weight: inherit;
}

input[type="text"],
input[type="password"],
select,
textarea {
	width: 400px;
	height: 2em;
}

textarea {
	height: 7em;
}

.clear {
	clear: both;
}

#logo {
	padding-right: 30px;
	padding-bottom: 30px;
	float: right;
}

form p,
label.checkbox {
	font-size: 13px;
}

table.contenttable caption {
	background-color: #e00019;
    font-size: 18px;
    padding: 4px 16px;
	font-weight: normal;
    color: #fff;
}

table.contenttable tr th {
    background-color: #77848c;
    font-weight: normal;
    color: #fff;
    padding: 6px 16px;
    margin: 0px;
}

table.contenttable tbody tr th {
    background-color: #e0e0e0;
    font-weight: normal;
    color: #000;
    padding: 6px 16px;
    margin: 0px;
}

table.contenttable tr:not(:last-child) td {
    border-bottom: 1px solid #e5e5e5;
}

table.contenttable tr td {
    padding: 5px 16px;
    line-height: 110%;
    margin: 0px;
}

table.contenttable tr.failed td {
    background-color: #ffb700;
    padding: 5px 16px;
    line-height: 110%;
    margin: 0px;
}

.boxTable {
	width: 200px;
	height: 96px;
	text-align: center;
	float: left;
	margin-right: 10px;
	background-color: #e0e0e0;
}

.boxTable.large {
	width: 300px;
}

.boxTable th {
	color: #FFF;
	background: #55626c;
	height: 30px;
	font-weight: 700;
}

.boxTable th a {
	color: #FFF;
    text-decoration: none;
}

.hidden {
	display: none;
}

#footer {
	text-align: center;
}