body {
	background-color: #FFFFFF;
	font-family: Verdana, Trebuchet MS, Tahoma, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}

.header {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	color: #000899;
	text-align: center;
}

.subheader {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #000899;
}

td.knowledgebase {
	font-size: 11px;
}

td.highlight {
	background-color:#ecf2e3;
}

table.compare {
	border:1px solid #bdbfc1;
}

table.compare td {
	border-right:1px solid #bdbfc1;
	border-bottom:1px solid #bdbfc1;
}

tr.compareHeader td {
	background-color:#bdbfc1;
}

tr.compareSubgroup td{
	background-color:#f2f2f2;
}

#Requirements {
  padding:1;
  margin:1;
}

.menuOn {
	font-family: Verdana, Trebuchet MS, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #bdbfc1;
	padding: 4px;
}

.menuOff {
	font-family: Verdana, Trebuchet MS, Tahoma, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #bdbfc1;
	padding: 4px;
}

a { text-decoration:none; font-weight:normal; color: #006e98 }
a:link { text-decoration:none; color: #006e98 }
a:visited { text-decoration:none; color: #456875 }
a:active { text-decoration:underline; color: #0066FF }
a:hover { text-decoration:underline; color: #0066FF }

a.bold  { font-weight:bold; }

a.menuOn { text-decoration:none; }
a.menuOff { text-decoration:none; }

.header a {
	text-decoration:none;
	color: #000899;
}
.floatimgleft {
    float:left;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    }
	
.test {
	float: left;
}