td img {
	display: block;
}
body {
	background-image: url(../images/bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #E7E7E7;
}
body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.home-heading {
	font-size: 13px;
	font-weight: bold;
}
.footer {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
.sec-title {
	font-size: 24px;
	font-weight: bold;
	color: #981A35;
}
.nav {
	color: #981A35;
	list-style-image: url(../images/bullet_nav.gif);
	font-weight: bold;
	font-size: 12px;
	line-height: 30px;
}
a.nav:link {
	color: #981A35;
	text-decoration: none;
}
a.nav:visited {
	color: #981A35;
	text-decoration: none;
}
a.nav:active {
	color: #981A35;
	text-decoration: none;
}
a.nav:hover {
	color: #981A35;
	text-decoration: underline;
}
.sec-right {
	font-size: 14px;
	font-weight: bold;
}
