/* CSS Document for iframe content on the website */

body {
	margin: 0 10px 0 10px;
	padding: 0;
	color: #A3A4A4;
	background: #FFFFFF;
	font: normal 90%/1.8em Baskerville, "Times New Roman", sans-serif;
}
p {
	padding-top: 0;
	margin-top: 0;
	font: 77%/1.8em Baskerville, "Times New Roman", sans-serif;
}
/* this removes the dotted line when clicking in explorer and mozilla based browsers */
a {
	outline: none;
	color: #999999;
}

:focus
{
-moz-outline-style: none;
}

/* end focus */
h1 {
	font-size: 88%;
	font-weight: bold;
	margin-bottom: 6px;
	line-height: normal;
	margin-top: 0px;
}
a:hover
{
	color: #4C4C4C;
}
#tel
{
	text-align: left;
	font-weight: 400;
	color: #000000;
	padding-left: 10px;
}