body  {
				
	font-family: Trebuchet MS, Arial, sans-serifen;
	font-size: 13px;
	color: #000000;
	width:765px;
	background: url(../images/background_dtg.jpg);
	background-repeat: repeat-x;
}	
	
td  {
	font-size: 13px;
}
			
  font.accented {
	font-weight: bold;
}

font.warning {
	color: #ff0000;
}

div#header {
	display: none;
	text-align: right;
}

img#logo {
	display: none;
/*	margin-right: -30px;*/
}

a#logolink {
	display: none;
	border: none;
	text-decoration: none;
}

div#content {
}

div#footer {
	display: none;
}

h1#title {
	border-style: none none solid none;
	border-width: 1px;
	border-color: #6895CC;
	border: none;
}

div.section {
	border: 1px solid #366AB3;
	margin: 10px 0 0 110px;
}

div.sectionnumber {
	padding: 5px 10px 5px 10px;
	background-color: #366AB3;
	font-weight: bold;
	color:#fff;
}


div.platform_logo {
	padding: 0px 10px 5px 10px;
	background-color: #FFF;
	font-weight: bold;
}
div.sectioncontent {
	padding: 5px 10px 5px 10px;
	background-color: #FFF;
}

img.screenshot {
	border: 1px solid #bbb;
	padding: 5px 10px 5px 10px;
	background-color: #6895CC;
}

table.keyvalue {
	border-collapse: collapse;
	border-spacing: 1px;
	width: 100%;
}

.keyvalue td, .keyvalue th {
	border: 0px solid #aaa;
	padding: 3px;

}

.keyvalue th {
	text-align: left;
	background-color: #ddf;
	width: 30%;
}

.keyvalue td {
	background-color: #eee;
}

