﻿body {
	background-color: #000000;
	color:#FFFFFF;
	font-size:medium;
	font-family:Arial, Helvetica, sans-serif;
}

div#AllText
{
	width: 750px;
	margin: 0px auto;
}

div#LargeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 60px;
	font-weight: bold;
	font-style: normal;
	color: #DFDFDF;
	text-align: center;
	padding-top: 8px;
	padding-bottom:7px;
}


div#RightText {
	font-weight:bold;
	font-size: 100%;
	line-height: 130%;
	padding-top: 5px;
	padding-left: 420px;	
	color:gray;
}

div#NormalText {
	font-weight:bold;
	font-size: 100%;
	line-height: 130%;
	padding-top: 5px;
	padding-left: 5px;	
	color:gray;
}


div#CopyrightText {
	font-size:12px;
	color:gray;
	padding-top:0px;
	padding-bottom:20px;
	text-align:center;	
}

div#RequirementsText {
	font-size:12px; 
	color:gray;
	padding-top:15px;
	padding-bottom:2px;
	text-align:center;
}

div#AllButtons
{
	width:750px;	
	padding-bottom:5px;
	padding-top:15px;
	text-align: center;
}

div#DownloadButton
{
	background-repeat: no-repeat;
	background-color: #000000; 
	float:none;
	text-align: center;	
}

div#MoreInformation
{
	background-color: #000000;
	font-weight:bold;
	color: #DFDFDF;
	height:49px; 
	float:none;	
	text-align: center;	
}


a:hover
{
	color: #DFDFDF;	
	text-decoration:underline;	
}

a{
	color: #DFDFDF;
	text-decoration:none;
}
