@charset "utf-8";
.mason {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.normal {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #999999;
}
.normalLarge14 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
	text-align: left;
}
.speachbubble {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #333;
	width: 450px;
	background-color: #FFF;
	border: 1px solid #666;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 6px;
	text-align: justify;
}
.speachbubble2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #CCC;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-left: 10px;
	background-image: url(images/bubble.gif);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	position: relative;
	top: -1px;
}
.speachbubble3 {
}

