@charset "utf-8";
/* CSS Document */

a.BodyTextLink:link {
	color: #5b883d;
	text-decoration:underline;
}
a.BodyTextLink:active {
	color: #5b883d;
	text-decoration:underline;
}
a.BodyTextLink:visited {
	color: #5b883d;
	text-decoration:underline;
}
a.BodyTextLink:hover {
	color: #96bd3a;
	text-decoration:none;
}

a.BodyTextLink2:link {
	color: #797a7a;
	text-decoration:none;
}
a.BodyTextLink2:active {
	color: #797a7a;
	text-decoration:none;
}
a.BodyTextLink2:visited {
	color: #797a7a;
	text-decoration:none;
}
a.BodyTextLink2:hover {
	color: #5b883d;
	text-decoration:underline;
}

.footer {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #5b883c;
	padding-top: 20px;
	text-align:left;
}

.BodyText {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #797a7a;
	text-align:left;
}

.BodyHeader {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #96bd3a;
	font-weight: bold;
}

.PageTitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #96bd3a;
	font-weight: bold;
}

.PresenterName {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #96bd3a;
	font-weight: bold;
}

.PresenterTitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #797a7a;
	font-style: italic;
}

.PresenterCompany {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #797a7a;
	font-weight: bold;
}

.picborder {
	border: 2px solid #82a13b;
}

.HotelBox {
	background-image:url(images/page/blue_bg.png);
}

.WhiteSideText {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: white;
}

.WhiteSideTextHeader {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: white;
	font-weight:bold;
}

a.WhiteSideLink:link {
	color: white;
	text-decoration:underline;
}
a.WhiteSideLink:active {
	color: white;
	text-decoration:underline;
}
a.WhiteSideLink:visited {
	color: white;
	text-decoration:underline;
}
a.WhiteSideLink:hover {
	color: #e7e7e7;
	text-decoration:none;
}

