@charset "ISO-8859-1";
.blurb_body {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	color: #CCC;
	position: relative;
	left: 15px;
	text-align: left;
	top: 20px;
	width: 400px;
}

link_1 {
	font-style: normal;
	color: #900;
}
a:link {
	color: #9FD14C;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #E4EEBD;
}
.blurb_signature {
	color: #CCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 14px;
	width: 150px;
	left: 280px;
}
.blurb_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D6D6D6;
	position: relative;
	font-weight: bold;
	width: 100px;
	left: 15px;
	top: 20px;
}
.drop_cap {
	font-size: 250%;
	font-weight: bold;
	float: left;
	position: relative;
	top: -7px;
	margin-bottom: -10px;
}

