@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #000;
	background-image: url(../layout/mp_bg.jpg);
}

h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 22px;
	color: #FFF;
}

h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 20px;
	color: #FFF;
}

h3 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	color: #FFF;
}

h4 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 16px;
	color: #FFF;
}

h5 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 14px;
	color: #FFF;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFF;
	font-style: italic;
}

.oneColFixCtrHdr #container {
	width: 790px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	background-color: #000;
}
.oneColFixCtrHdr #header {
	height: 140px;
	background-color: #000;
	margin-top: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #000;
	margin: 0px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

a:link {
	color: #FFF;
}

a:visited {
	color: #FFF;
}

a:hover {
	color: #F00;
}
.oneColFixCtrHdr #container #mainContent table tr td div h3 {
	color: #FF0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.epsoft {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #666;
}
.epsoft a:link {
	color: #666;
	text-decoration: none;
}
.epsoft a:visited {
	color: #666;
	text-decoration: none;
}
.epsoft a:hover {
	color: #900;
}

