@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(http://eqrapidrecovery.com/images/header.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
h1 {
	font-size:18px;
}
	
a:link {
	color: #193989;
	text-decoration: underline;
}
a:visited {
	color: #183888;
	text-decoration: underline;
}
a:hover {
	color: #F47415;
	text-decoration: none;
}
a:active {
	color: #193989;
	text-decoration: underline;
}


.nav a:link {
	color: #193989;
	text-decoration: none;
	font-weight:bold;
}
.nav a:visited {
	color: #183888;
	text-decoration: none;
	font-weight:bold;
}
.nav a:hover {
	color: #566da8;
	text-decoration: underline;
	font-weight:bold;
}
.nav a:active {
	color: #193989;
	text-decoration: none;
	font-weight:bold;
}

.footer {
	margin-left:auto;
	margin-right:auto;
	font-size:10px;
}