body {
	background-color: #FFFFFF; 
	padding-left: 2px;
	padding-right: 6px;
	padding-top: 4px;
	margin:0px;
}

div, p {background-color: #FFFFFF; margin-top:0px; margin-bottom:5px;}

td {background-color: #FFFFFF;}

div#main_text {
	background-color: #FFFFFF;
	position: absolute;
	overflow: auto;
	line-height: 1.3;
	text-align: left;
	border: 0px;
}

div#splash_text {
	background-color: #FFFFFF;
	position: absolute;
	overflow: auto;
	line-height: 1.3;
	text-align: left;
	border: 0px;
}

div#main_image {
	background-color: #FFFFFF;
	position: absolute;
	z-index:1;
	border: 0px;
}
div#main_image_alt {
	background-color: #FFFFFF;
	position: absolute;
	z-index:1;
	border: 0px;
}
div#o1, div#o2, div#o3, div#o4 {
	background-color: #FFFFFF;
	position: absolute;
	top:50%; 
	left:50%; 
	margin-top:-60px;
	z-index:2;
	border: 0px;
}

div#plus {
	background-color: #FFFFFF;
	cursor:pointer;
	position: absolute;
	top:30px; 
	left:50%; 
	margin-left:330px;
	z-index:2;
}

div#plus_menu {
	background-color: #FFFFFF;
	overflow: hidden;
	position: absolute;
	padding-left:20px;
	padding-right:2px;
	top:30px; 
	right:50%; 
	margin-right:-330px; 
	width:0px;
	height:30px;
	z-index:3;
	vertical-align: middle;
}

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 550px; background-color: #fff; overflow:auto; background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:center; }

img {
	border:0px;
}


.right {text-align:right;}
.center {text-align:center;}
.highlight {text-decoration:underline}
