.cursor {  cursor: hand}
a.Links
{
	color: #497473;
	font-family: Verdana;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a:hover.Links
{
	color: #497473;
	font-family: Verdana;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
a:visited.Links
{
	color: #497473;
	font-family: Verdana;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}
a:visited:hover.Links
{
	color: #497473;
	font-family: Verdana;
	text-decoration: underline;
	font-size: 10px;
	font-weight: bold;
}
.ContactButton
{
	font-family: Verdana;
	color: #000000;
	font-size: 10px;
	font-weight: bold;
	background-color: #89D9D8;
	width: 80px;
	height: 19px;
}
.ContactTextBox
{
	font-family: Verdana;
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	width: 225px;
	height: 18px;
}
.ContactTextArea
{
	font-family: Verdana;
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	width: 377px;
	height: 125px;
}
.GuestTextBox
{
	font-family: Verdana;
	text-decoration: none;
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	width: 25px;
	height: 18px;
}