body {
  	margin: 0px;
  	padding: 0px;
  	width: 100%;
  	height: 100%;
  	font-family: Arial, sans-serif;
  	font-size: 8pt;
  	background-color: #FFFFFF;
	color: #000000;
}

div.header {
  	font-size: 18pt;
  	font-weight: bold;
  	color: #FFFFFF;
  	padding-left: 4px;
  	padding-right: 4px;
  	background-color: #9999CC;
  	border-bottom: 1px solid #000000;
}

div.footer {
	clear: both;
  	font-size: 10pt;
  	color: #FFFFFF;
  	padding: 4px;
  	text-align: center;
  	background-color: #9999CC;
  	border-top: 1px solid #000000;
  	border-bottom: 1px solid #000000;
}

div.content {
	position: relative;
	max-width: 1384px;
	margin-left: 16px;
	margin-right: 16px;
	margin-top: 16px;
	margin-bottom: 16px;
}

table {
	max-width: 1384px;
	border-collapse: collapse;
	border: 1px solid #B0B0B0;
}

th {
	border: 1px solid #B0B0B0;
	padding: 4px 12px 4px 12px;
	font-weight: bold;
	text-align: left;
	background-color: #E0E0E0;
	font-size: 8pt;
}
th.right {
	text-align: right;
}

td {
	border: 1px solid #B0B0B0;
	padding: 4px 12px 4px 12px;
	font-size: 8pt;
}

td.green {
	background-color: #008000;
	color: #FFFFFF;
}

td.red {
	background-color: #800000;
	color: #FFFFFF;
}

td.orange {
	background-color: #D06030;
	color: #FFFFFF;
}

tr:hover td {
	color: #FFFFFF;
	/*cursor: pointer;*/
	background-color: #B0B0B0;
}

tr:hover td.green {
	background-color: #00C000;
}

tr:hover td.red {
	background-color: #C00000;
}

tr:hover td.orange {
	background-color: #FF8040;
}

td.headerspam {
	text-align: center;
	vertical-align: center;
	padding: 16px;
 	font-size: 12pt;
}

div.information {
	font-size: 10pt;
}

div.boldred {
	color: #800000;
	font-weight: bold;
}

div.boldredbig {
	font-size: 14pt;
	color: #800000;
	font-weight: bold;
}

a,
a:link,
a:active,
a:visited,
a:hover {
	color: #800000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

div.firmwareMobi h2 {
    margin-top: 0px;    
}

div.firmwareMobi {
    color: #FFFFFF;
    background-color: #D00000;
    border: 1px solid #800000;
    padding: 20pt;
    margin-bottom: 40pt;
    font-size: 14pt;
}

div.firmwareMobi a,
div.firmwareMobi a:link,
div.firmwareMobi a:active,
div.firmwareMobi a:visited,
div.firmwareMobi a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #FFFFFF;
}