/* stylesheet for pop ups */
body {
	background-image: url(tcimages/tcwood-logo2.gif);
	background-repeat: no-repeat;
	background-position: 40px 30px;
	background-color: #e0dacd;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #006f70;
	margin: 20px;
}
a:link {
	color: #006f70;
	text-decoration: none;
}
a:visited {
	color: #006f70;
	text-decoration: none;
}
a:hover {
	text-decoration: underline overline;
	color: #8D5449;
	background-color: #E0DACD;
}

img {
	border: 1px solid #800c00;
}
.bold {
	font-size: 18px;
	font-weight: bold;
}