.tablebkgd {
	background-image: url(images/body-bkgd.jpg);
	background-repeat: repeat-y;
}
.body {
	padding-right: 15px;
	padding-left: 44px;
	padding-top: 10px;
}
body {
	background-color: #A9B2B9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.heading {
	font-size: 18px;
	font-weight: bold;
	color: #CC2329;
}
.subheading {
	font-size: 12px;
	font-weight: bold;
	color: #CC2329;
}
.redbarbkgd {
	background-image: url(images/redbar.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.redbarbkgd2 {
	background-image: url(images/redbar.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.tablebkgd {
	background-image: url(images/body-bkgd.jpg);
	background-repeat: repeat-y;
}
.linkpad {
	padding-right: 38px;
	padding-left: 10px;
	padding-top: 10px;
}
.name {
	font-size: 16px;
}
.phone {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
}
.headline {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 26px;
}
.address {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 10px;
	padding-bottom: 10px;
}
.linepad {
	padding-top: 9px;
}


/* Navigation */
a {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #E0F8FF;
}
a:active {
	text-decoration: none;
	color: #E0F8FF;
}

/* Text Link */
a.txlink {
	font-size: 12px;
	color: #0000FF;
	font-weight: normal;
}
a.txlink:link {
	text-decoration: underline;
}
a.txlink:visited {
	text-decoration: underline;
	color: #0000FF;
}
a.txlink:hover {
	text-decoration: none;
	color: #0000FF;
}
a.txlink:active {
	text-decoration: none;
	color: #0000FF;
}
.ebook {
	color: #FFFFFF;
}
