@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	color: #FFFFFF;
	line-height: 30px;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}
a:link {
	color: #999999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.label {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 20px;
}
img {
	margin-bottom: 7px;
}
.navigation {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	line-height: 19px;
	text-align: right;
	margin-right: 20px;
	background-position: right;
}
.screenshot {
	border: 1px solid #666666;
}
#emailfield {
	border: 1px solid #666666;
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 29px;
	color: #666666;
	padding: 3px;
}
.logo {
	float: left;
}
#submitbutton {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 21px;
	line-height: 29px;
	color: #999999;
	background-color: #000000;
	border: 1px solid #666666;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
.search {
	margin-top: 10px;
	margin-bottom: 40px;
}
ul {
	list-style-type: none;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	text-indent: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
}
.text {
	margin-bottom: 40px;
	display: block;
}
.header {
	margin-bottom: 60px;
	display: block;
	height: 60px;
}
