/* general page setup */
*, html * {
	margin:0px; 
	padding:0px;
}
html {
	height:100.01%;	
}
body {
	min-height:100%;  
	font-size:100.01%; 
	font-family:Arial, Helvetica,sans-serif;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
}
a img {
	border:0;
}
.clr {
	clear:both;
	height:0px;
	overflow:hidden;
}
#text a {
	color:#EE1C23;
	text-decoration:none;
}
#text a:hover {
	color:#EE1C23;
	text-decoration:underline;
}
#res-med-logos {
	width:246px;
	height:74px;
	display:block;
	float:right;
	margin-top:-26px;
}
