body {
	background-color: #fff;
	color: #444;
	margin-left: 0px; 
	margin-top: 0px;
	font: Arial;
	font-family: verdana, arial, helvetica, sans-serif;
}

img {
	border: 0px;
}


.text {
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
a {
	color: #c66;
	text-decoration: none;
	border: 0px;
}

a:hover {
	color: #c66;
	background-color: #fff;
	border-bottom: #c66 1px dashed;
	font-weight: bold;
}

p {
	font-size: 11px;
	color: #777;
	line-height: 18px;
}

p a:hover {
	color: #c66;
	background-color: #fff;
	border-bottom: #c66 1px dashed;
}

.subhead {
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}



.section {
	border-bottom: 1px #c66 solid;
	padding-top: 5px;
	padding-bottom: 5px;
}

.contact {
	font-size: 11px;
	color: #777;
	line-height: 14px;
}

input {
	background: #eee;
}
textarea {
	background: #eee;
}	

.portrait {
	float: left;
	padding-right: 10px;
	padding-bottom: 3px;
}

h1 {
	color: #c66;
	font-size: 18px;
	padding-left: 2px;
	display: inline;
	font-weight: normal;
	
}
.date {
	color: #c66;
	font-size: 12px;
	padding-left: 2px;
	font-weight: normal;
	
}
li {
	font-size: 11px;
	color: #777;
	line-height: 14px;
}

.extended {
	text-align: right;
}

ul {
	margin-left: 16px;
	margin-top: 5px;
}
.strong {
	font-weight: strong;
}

.blueline {
	background: url("/images/blueline.gif");
}