@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
body {
	line-height: 1;
	color: white;
	background: black;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:link {
	color: #FD8109;
}
a:active {
	color: #ffff00;
}
a:visited {
	color: #FD8109;
}
a:hover {
	color: #FD8109;
}
/* --------------- */
.large1 {
	font-size:24px;
	text-align:center;
}
.large2 {
	font-size:18px;
	width:400px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}
.titleArea {
	font-size:18px;
	text-align:center;
	font-weight:bold;
	margin-left: auto;
	margin-right: auto;
}
.descArea {
	font-size:12px;
	width:400px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
}
.titleArea2 {
	font-size:18px;
	text-align:left;
	font-weight:bold;
}
.descArea2 {
	font-size:12px;
	width:400px;
	text-align:left;
}
.tableWidth {
	padding:10px;
	width:760px;
	background-color:black;
	margin-left: auto;
	margin-right: auto;
}
.tableWidth2 {
	padding:10px;
	width:300px;
	background-color:black;
	margin-left: auto;
	margin-right: auto;
}
.tableWidth3{
	padding:10px;
	width:700px;
	background-color:black;
	margin-left: auto;
	margin-right: auto;
}
.centerPage {
	margin-left: auto;
	margin-right: auto;
}
.whiteBack {
	background-color:white;
}
.blackBack {
	background-color:black;
}
.greyBack {
	background-color:#393939;
	margin-left: auto;
	margin-right: auto;
}
.logoAlign {
	padding-top:5px;
}
.loginField {
	background-color:black;
	color:white;
	width:150px;
	height:19px;
}
.descField {
	background-color:black;
	color:white;
}


