@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
form {
	margin: 0;
	padding: 0;
}
table {
	border: none;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-size: 12px;
	color: #FFF;
	background: #000000;
}
a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #606060;
	outline: none;
}
a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #808080;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #606060;
	text-transform: uppercase;
	font-size: 18px;
	height: 36px;
	line-height: 25px;
	letter-spacing: 4px;
}
.text {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-align: justify;
	line-height: 1.4em;
}
.footer {
	font-size: 12px;
	color: #FFF;
	font-weight: normal;
	text-align: center;
	line-height: 1.4em;
}