@import url(rte.css);

html,body {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background: #006a71 url(img/home_background.jpg) repeat-x top;
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: White;
}

img {
	border: 0;
}




/* <footer> */
#footer {
	color: #7EC4CC;
	line-height: 14px;
}

#footer p.contactinfo {
	margin-top: 10px;
}
#footer a,
#footer a:visited {
	color: White;
	text-decoration: none;
}
#footer span {
	padding-top: 4px;
	border-top: 1px solid #7EC4CC;
}	
#footer a:hover {
	text-decoration: underline;
}
/* </footer> */