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: #777;
}
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;
}

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



.subhead {
	font-size: 11px;
	color: #660000;
}


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

h1 {
	color: #000066;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	color: #000066;
	font-size: 14px;
	font-weight: bold;
}

h3 {
	color: #777;
	font-size: 11px;
	font-weight: bold;
}

.date {
	color: #c66;
	font-size: 12px;
	padding-left: 2px;
	font-weight: normal;
	
}
li {
	font-size: 11px;
	color: #660000;
}

.extended {
	text-align: right;
}

.strong {
	font-weight: strong;
}