@charset "utf-8";
/* CSS Document */

/* The following makes pages 100% height */
html,body
{
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}
/* end 100% height stuff */

img {
	border: 0px;
}
#content {
	position: relative; /* Needed for Safari */
	margin: auto; /* Takes care of horizontal alignment in standards compliant browsers */
	width: 670px;
	z-index: 5;
}

/* Container owns everything on the page */
table.Container
{
	height: 100%;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	padding: 0;
	margin: 0;
}
td.Container
{
	vertical-align: top;
	height: 100%;
	width: 100%;
	padding: 5px 0;
}
/* end container */

body {
	background-attachment: fixed;
	background-image: url(images/eumcBg.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
body,td {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13pt;
}
a {
	font-weight: bold;
}
a:link,a:visited {
	color: #fe4110;
	text-decoration: none;
}
a:hover {
	color: #fe4110;
	text-decoration: underline;
}
a.linkWht {
	color: white;
}
abbr {
	border-bottom: 1px dotted #daa520;
}
h1,h2 {
	margin: 0px;
}

.fullDiv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
.fullSz {
	width: 100%;
	height: 100%;
}
.fullWide {
	width: 100%;
}
.imgBdr {
	border: 1px solid black;
}
.pgWidth {
	width: 670px;
}
.subPush {
	padding-top: 5px !important;
}

.eumcRed,a.eumcRed:link,a.eumcRed:visited {
	color: #fe4110;
}
.eumcGold,a.eumcGold:link,a.eumcGold:visited {
	color: #daa520;
}
.eumcBack {
	background-image: url(images/hdr2body.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: black;
	border: 1px solid black;
	color: white;
	width: 670px;
}
.eumcHdr {
	color: white;
	font-size: 10pt;
}
.eumcBody {
	width: 660px;
	padding: 5px;
}
