.body {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}
.greyborders {
	border: 1px solid #999999;

}
.captions {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	text-align: center;
}
.names {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	color: #660000;
	text-decoration: none;
}
.hoteltitles {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
.smallertitles {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;

}
.borderthin {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.headlines {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.quotation {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
	font-weight: normal;
	color: #660000;
	text-decoration: none;
}
.list {
	list-style-position: outside;
	list-style-type: square;
}
.subtitles {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
.underlinedsubtittles {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
	line-height: 20px;

}
.speakers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	text-align: left;
}
.photo {
	right: 5px;
	bottom: 5px;
}
.borderthick {
	border-top-width: 0px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
