body {
	font-family: Verdana, Arial, Sans-Serif;

	background-color: white;
	color: black;

	margin: 0px;
	padding: 0px;
	top: 0px;
	left: 0px;

	height: 100%;
}

img {
	border: none;
}

.LastModifiedFooter {
	font-size: x-small;
}

/* Side Navigation table*/
.SideNav {
	background-color: #E0E0E0;
	color: black;

	border-top: none;
	border-left: none;
	border-bottom: none;
	border-right: solid black 1px;

	padding: 0px;

	width: 145px;

	font-weight: bold;
	text-align: center;

	white-space: nowrap;
}

.SideNav A.Link  {
	background-color: #E0E0E0;
	border-bottom: solid #666699 1px;
	color: black;
	text-decoration: none;

	padding-top: 2px;
	padding-bottom: 2px;

	width: 145px; display: block
}

.SideNav A.Link:hover {
	background-color: #a0a0f0;
	border-bottom: solid #666699 1px;
	color: black;
	text-align: center;
	text-decoration: none;
}


/* Product Matrices used on operating-system-specific pages */

table.ProductMatrix .ProductListing {
	font-size: x-small;
	vertical-align: top;
	text-align: left;
}

table.ProductMatrix tr.ColumnHeader th {
	background-color: blue;
	vertical-align: top;
	color: white;
}

table.ProductMatrix tr.SectionHeader th {
	background-color: gray;
	vertical-align: top;
	color: black;
	text-align: left;
}
