.download-button-windows, .download-button-mac {
	display: block;
	margin: 0;
	padding: 3px 0 0 0;
	text-indent: 54px;
	width: 410px;
	height: 40px;
	text-align: middle;
	font-size: 30px;
}
.download-button-windows {
	background: url(download-windows.png) no-repeat;
}
.download-button-mac {
	background: url(download-mac.png) no-repeat;
}

a.button-TV:hover, a.button-TV:visited, a.button-TV:active , a.button-TV:link {
	font-size: 12px;
	font-weight: normal;
	color: #464646;
	text-decoration: none;
	cursor: pointer;
	background-color: inherit;
}



body {
	background-color: #000000;
	color: #E0FFFF;
}

h1 {
	font-size: 18pt;
	color: Lime;
	display: block;
	text-align: center;
	padding: 20px 20px 20px;
}

h2 {
	font-size: 18pt;
	color: #00FCFF;
	text-align: left;
	text-indent: 10px;
}

div.body {
	display: block;
	font: normal normal 100 13pt/normal "Times New Roman", serif;
}
	
div.section {
	display: block;
	font: normal normal 100 13pt/normal "Times New Roman", serif;
	background-color: Navy;
	padding: 1px 10px 10px 10px;
	margin: 10px 10px 10px 10px;
}

div.section h1 {
	display: block;
	background-color: #00014C;
}

div.section h2 {
	margin: 15px 10px 1px 10px;
}

img {
	border: 0 none;
}

img.picture {
	float: right;
}

a.TVL:hover, a.TVL:visited, a.TVL:active , a.TVL:link {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
	background-color: inherit;
}
