@charset "UTF-8";
body {
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Times New Roman, Times, serif;
	font-size: 100%;
	}

* { 
	outline: none; 
	}

a {
	color: #FFFFFF;
	text-decoration: none;
	}

a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover {
	color: #FF9933;
	text-decoration: underline;
	}

a:active {
	color: #FF9933;
	text-decoration: underline;
	}	

textarea {
    resize: none;
}

.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	}

.oneColFixCtr #mainContent {
	font-family: Times New Roman, Times, serif;
	}

.oneColFixCtr #headline {
	font-family: Times New Roman, Times, serif;
	font-size: 24pt;
	color: #FF9933;
	}

.oneColFixCtr #paragraph {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	line-height: 16pt;
	}

.oneColFixCtr #paragraph2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}

.oneColFixCtr #form {
	font-family: Times New Roman, Times, serif;
	font-size: 12pt;
	color: #FF9933;
	line-height: 16pt;
	}

.oneColFixCtr #nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}

.oneColFixCtr #legal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #666666;
	}

.style1 {
	color: #FF9933
	}