/* barbaraschreiber_com 15 march 2007 */

/* body background color */

body {
	color: #999;
	font: 11px "Lucida Grande", Lucida, Verdana, Tahoma, Helvetica, Arial, sans-serif;
	background-color: #ccc;
	margin: 0;
	float: none;
}

/* typography */

p {
	color: #999;
	font-size: 11px;
	line-height: 18px;
}

.p_bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
	font-size: 10px;
	line-height: 18px;
	color: #999;
}

.p_italic {
	font-style: italic;
}

.small_accent_text {
	font-size: 10px;
	color: #999;
}

.resume_subhead {
	font-weight: bold;
	color: #999;
	font-size: 12px;
	line-height: 20px;
}

a {
	color: #5b98ce;
	text-decoration: none;
	font-size: 11px;
	line-height: 18px;
}

a:hover {
	font-size: 11px;
	line-height: 18px;
	top: 0;
	left: 0;
	margin: 0;
}

.footer_text {
	font-size: 11px;
	background-color: #ccc;
	color: #fff;
	text-align: center;
}

.sold {
	color: #df2d00;
}