.leftframe {
	background-image: url(images/Frame-Left.jpg);
	background-repeat: repeat-y;
}
.rightframe {
	background-image: url(images/Frame-Right.jpg);
	background-repeat: repeat-y;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	line-height: 14pt;
}
p a {
	color: #000000;
}
p a:visited {
    color: #666666;
}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #000000;
	line-height: 14pt;
}
.bodytext a {
	color: #000000;
}
.bodytext a:visited {
	color: #666666;
}
.footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 18pt;
	font-weight: normal;
	color: #000000;
}
.footer a{
    color: #000000;
}
.footer a:visited {
    color: #666666;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	color: #663300;
}
#appt_form_response {
	width: 300px;
	margin: 0 auto;
	display: none;
	font: bold 10pt sans-serif;
	border: 1px solid red;
	background: #FCC;
	text-align: left;
} 
#appt_form_response ul {
	margin-bottom: 10px;
	margin-top: 10px;
}