@charset "utf-8";
/* CSS Document */

.progDay {

	color:#662308;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #662308;
	margin-top: 20px;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #BCBCBC;
	padding-bottom: 8px;
}
.progRefresh {
	background-color: #E4E2D1;
	width: 100%;
	display:block;

}
.progSession {
	background-color: #D2D2D5;
	color:#000000;
	width: 100%;
	display:block;
}

.progHighlight {
	color:#662308;
	font-weight:bold;
}
.progBrown {
	color:#662308;
}
blockquote {
	margin-left:85px;
	width: 400px;
}
.indented150px {
	position:relative;
	margin-left:150px;
}
.back150px {
	position:absolute;
	margin-left:-150px;
}
.indented85px {
	position:relative;
	margin-left:85px;
	width: 400px;
}
.back85px {
	position:absolute;
	margin-left:-85px;
}