body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	font-size: 62.5%;
}
 
/*
 
	General styles
 
*/
 
h1,
h2,
h3,
h4,
h5 {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
 
h1,
h2 {
	margin: 0em 0em 0.7em 0em;
}
 
h1 {
	font-size: 2.0em;
	line-height: 0.9;
}
 
h1 em {
	font-style: normal;
	font-size: 0.75em;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.4;
}

h2 {
	font-size: 1.4em;
	line-height: 1.25;
}
 
h3 {
	font-size: 1.2em;
}
 
h3 a {
	font-weight: normal;
}
 
h4 {
	font-size: 1.5em;
}
 
h5 {
	font-size: 1.5em;
}
 
p, 
a, 
span, 
li, 
dt, 
dd,
label,
input,
textarea,
table {
	font-size: 1.2em;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}
 
p {
	margin: 0em 0em 0.7em;
}

a {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
 
a:hover {
	font-weight: bold;
	text-decoration: underline;
}
 
a img {
	border: 0;
}
 
br {
	clear: both;
}
 
hr { 
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
	margin: 0;
	*margin: -15px 0px 0px;
	padding: 0;
	border: 0;
}

ul {
/*	list-style: none;*/
/*	margin: -7px 0px 0px;*/
/*	padding: 0px 0px 0px 15px;*/
/*	float: left;*/
/*	width: 220px;*/
	margin-left: 0px;
	padding-left: 15px;
}

/*
 
	Size corrections for nested EM calculations
 
*/
 
p a,
li a,
li p,
li h2,
h1 a,
h2 a,
h3 a,
p strong,
p span,
li ul li,
tr td {
	font-size: 1em;
}
 
/*
 
	General layout
 
*/
 
div#container {
	width: 690px;
	margin: 0px auto;
	text-align: left;
}

div.content {
	margin: 0px 0px 0px 0px;
	padding: 11px 0px 0px;
}

/*
 
	Generic layout styles
 
*/
 
h1#title {
	margin-top: 1em;
	text-align: center;
}

div.col,
div.colwide {
	float: left;
	display: inline;
	width: 215px;
	margin: 0px 15px 0px 0px;
}
 
div.colwide {
	width: 445px;
}
 
div.colwide img.even {
	margin: 0px 0px 15px 12px;
}
 
/* This rule is used to remove the right margin from any second internal column */
div.colwide div.col.even {
	margin: 0px;
}
 
/*
 
	More specific styles
	
*/

img.banner {
	display: block;
	margin: 0px 0px 15px;
}
 
div.col img,
div.colwide img {
	margin: 0px 0px 0.7em;
}

/*
 
	Page-specific styles
 
*/
 
div#index-banner {
	position: relative;
	height: 420px;
}
 
div#index-banner img {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.download {
	margin: 0em 0.7em 0.7em 0em;
	float: left;
}

/*
 
	Form styles
 
*/
 
form fieldset {
	border: 0px;
	padding: 5px 0px;
}
 
form input {
	display: block;
	float: left;
	margin: 0px 10px 7px 0px;
}
 
form select {
	display: block;
	clear: both;
	margin: 0px 10px 7px 0px;
}

form textarea {
	display: block;
	clear: both;
	font-family: inherit;
}
 
form label {
	display: block;
	clear: both;
	float: none;
	margin: 0px 0px 3px 0px;
}

form label em {
	font-style: normal;
	display: block;
	color: #96969A;
}
 
form br {
	clear: both;
}
