@charset "utf-8";
.topSysBanner
{
	font-size: 30px;
	text-align: center;
	background-image: url(../images/GuestHouseBanner.gif);
	height: 150px;
	width: 800px;
	background-repeat: no-repeat;
	background-position: center;
}
.topBanner
{
	font-size: 24px;
	text-align: center;
}
body { font-family: Georgia, "Times New Roman", Times, serif; }
a.linkButton:link
{
	color:#009;
	text-decoration: underline;
	font-size:14px
}
a.linkButton:active
{
	color:#009;
	text-decoration: underline;
	font-size:14px
}
a.linkButton:visited
{
	color:#C00;
	text-decoration: underline;
	font-size:14px
}
a.linkButton:hover
{
	color:#F00;
	text-decoration: underline;
	font-size:14px
}
table.reply
{
	background-color: #DEE1E9;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	border: 1px dashed #F00;
}
table.replyAndAnswer
{
	border: 1px solid #000;
	font-size: small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
table.leaveMsg
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
.leaveMsgTo
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #600;
}
tr.header {
	background-color: #CCC;
	font-weight: bold;
}
