@charset "utf-8";
/* CSS Document */

.sticker {

	WIDTH: 100px;
	POSITION: absolute;
	left: 220px;
	top: 570px;
}

.welcome_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color:#FFFFFF;
}


.title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color:#FFFFFF;
}

.content_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	color:#F9F9F9;
}

.small_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color:#FFCC00;
}

.small_content_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#F9F9F9;
}

.smaller_content_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#F9F9F9;
}

.attendees_title {
	font-family:Tahoma;
	font-size: 11px;
	color:#F9F9F9;
}

.attendees_name {
	font-family:Tahoma;
	font-size: 11px;
	color:#FFCC00;
}



