body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.toprepeat {
	background-image: url(../images/top.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.leftrepeat {
	background-image: url(../images/left.png);
	background-repeat: repeat-y;
}
.bottomrepeat {
	background-image: url(../images/bottom.png);
	background-repeat: repeat-x;
	background-position: top;
}
.rightrepeat {
	background-image: url(../images/right.png);
	background-repeat: repeat-y;
}
.dotline {
	background-image: url(../images/verdotline.gif);
	background-repeat: repeat-y;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0089d0;
	text-transform: uppercase;
}

.info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}

.pages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: underline;
}

.pages:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0089d0;
	text-decoration: underline;
}

.companyname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0089d0;
}

.aboutheader {
	background-image: url(../images/aboutusheader.jpg);
	background-repeat: no-repeat;
	height: 114px;
}

.clientheader {
	background-image: url(../images/clientheader.jpg);
	background-repeat: no-repeat;
	height: 114px;
}
.contactheader {
	background-image: url(../images/contactheader.jpg);
	background-repeat: no-repeat;
	height: 114px;
}

.onlineeditionheader {
	background-image: url(../images/onlineeditionheader.jpg);
	background-repeat: no-repeat;
	height: 114px;
}

.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}