@charset "UTF-8";
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;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
}

a:link {
	COLOR: #666666;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
	font-weight: bold;
}
a:visited {
	COLOR: #666666;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
}
a:active {
	COLOR: #666666;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
}
a:hover {
	COLOR: #999999;
	TEXT-DECORATION: underline;
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 12px;
}
.oneColFixCtr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.pageTOP01 {
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 30px;
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(all_Elements/ilse-sylvia-minnie.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: right;
	vertical-align: top;
	height: 70px;
	padding-top: 70px;
	padding-right: 30px;
}
.pageBODY {
	padding: 10px;
}
.textBODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding: 10px;
}
.pageBOTTOM {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-image: url(all_Elements/bottmbanner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: right;
	vertical-align: middle;
	height: 40px;
	padding-top: 0px;
	padding-right: 30px;
}
.textLinksLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #333333;
	text-align: left;
	vertical-align: top;
	padding: 5px;
}
.textMarquee {
	font-family: Arial, Helvetica, sans-serif, Calibri;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-align: left;
	vertical-align: middle;
	padding: 5px;
}

