body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/rmh-background.gif);
}
.style1 {font-size: 10px}
.style2 {color: #1E5D78}
.style3 {font-size: 14px}
.style4 {font-size: 11px}
.style5 {font-size: 12px}
.style7 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #1E5D78;
}
a:link {
	color: #1E5D78;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1E5D78;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}



#footerSlideContainer {
	position: fixed;
	bottom:0;
	width: 100%;
}
#footerSlideButton {
	width:120px;
	text-align:center;
	border: 1px solid #222222;
	border-bottom: 0px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px;
	-webkit-border-top-right-radius: 12px;
	/* don't forget Opera & KHTML too */
	cursor: pointer;
	color:black;
	background: white;
}
#closeButton {
	position: fixed;
	margin: 0 30px 0 auto;
	width:650px;
	text-align:right;
	cursor:pointer;
}

#footerSlideContent {
border: 1px solid #222222;
	width: 650px;
	height: 525px;
	background: white;
	color: black;
	display:none;
}

