html,body {
background: #e8e8e8;
font-family: Arial, Helvetica, sans-serif;
width:100%;
height:100%;
font-size:90%;
margin:0;
padding:0;
color:#0f3a4f;
}
.logocell {
	/*height: 77px;*/
	width: 356px;
}
.boldtext {
	font-weight: bold;
}
.contentcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	background: url(images/background.jpg) no-repeat;
	padding-bottom: 10px;
	padding-left: 440px;
	padding-right: 10px;
	padding-top: 10px;
	height: 330px;
	width: 730px;
	border-top-color: #0f3a4f;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-color: #3f748b;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.phonecell {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	background: #76c0e4;
	padding-bottom: 2px;
	padding-left: 30px;
	padding-right: 10px;
	padding-top: 2px;
	/*height: 25px;*/
	border-top-color: #3f748b;
	border-top-style: solid;
	border-top-width: 1px;
	font-weight: bold;
text-align:left;
color:#ffffff;
}
.maintable {
	margin-left: auto;
	margin-right: auto;
	width: 730px;
	background:#ffffff;
	border-style: solid;
	border-color: #c8c8c8;
	border-width: 1px;
}
.footcell {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	font-style: normal;
	color: #666666;
	padding: 2px;
	text-align: right;
}




