a.this {
	color: Gray;
	background-color: inherit;
}

body {
}

.topleft {
	width: 150px;
	height: 100px;
	border-right: 4px none White;
	border-bottom: 4px none White;
	float: left;
}

.topright {
	height: 100px;
	border-bottom: 4px none White;
}

.navibar_left {
	width: 150px;
	min-height: 500px; 
	border-right: 4px none White;
	clear: both;
	float: left;
	padding-left: 10px;
	padding-top: 80px;
	line-height: 150%;
	font-weight: bolder;
}

.main {
	min-height: 500px;
	left: 1px;
}

.main_text {
	font-weight: bolder;
}

.bottom {
	text-align: center;
	border-top: 4px none White;
	clear: both;
}

.h1_ul {
	text-align: left;
	text-decoration: underline;
}

.liability {
	border: thin dashed Black;
	font-size: smaller;
}

table.downloads {
	border: thin solid Gray;
	border-collapse: collapse;
	font-size: smaller;
}

th.downloads {
	border: thin solid Gray;
	padding: 2px 5px 2px 5px;
}

td.downloads {
	border: thin solid Gray;
	padding: 5px 5px 0px 5px;
	vertical-align: top;
}

td.downloads.price{
	border: thin solid Gray;
	padding: 5px 5px 0px 5px;
	width: 40px;
}

td ul {
	padding-top: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-left: 15px;
}