@charset "utf-8";
.SubmitBtn {
	background-color: #1d1d1d;
	border: 1px solid #363636;
	height: 20px;
	width: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
}

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
#container  {
	width: 60em; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#mainContent  {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.NormalText {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .125em;
}
.MainText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: .25em;
}
.SmallerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: .25em;
}
.SectionTitle {
	width: 60em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.125em;
	text-align: center;
	height: 2em;
	padding: 5px;
	border: thin none #333333;
}
.SmallerTextLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: 600;
	color: #FFFFFF;
	text-align: left;
	letter-spacing: 0.25em;
}
.SmallestText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-style: normal;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: .25em;
}
