BODY {
	color: Black;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background: #F0F8FF;
}

BODY .emphasis {
    	font-weight : bold;
	font-style : italic;
}

A {
	color: Black;
	text-decoration: none;
	font-weight: bold;
}

A:VISITED {
	color: Black;
	text-decoration: none;
}

A:HOVER {
	color : #5F5F5F;
	text-decoration : underline;
}

.categoryBar {
	position: absolute;
	left: 40px;
	top: 35px;
	width: 200px;
	height: 250px;
	background: #DCDCDC;
	border: thin solid #E9E9E9;
}

.categorytree_item {
	color: Black;
	font-family: sans-serif;
	font-size: 10px;
	text-align: left;
	list-style: disc outside;
	text-transform: uppercase;
}

.calendarBar_month {
    position:absolute;
    left:825px;
    top:35px;
    width:140px;
    height:125px;
	 background: #DCDCDC;
	 border: thin solid #E9E9E9;
}

.calendarBar_year {
    position:absolute;
    left:825px;
    top:175px;
    width:140px;
    height:125px;
	 background: #DCDCDC;
	 border: thin solid #E9E9E9;
}

.calendar {
	font-size:		9pt;
}

.month-calendar {
	font-size:		9pt;	
}

.month-calendar-head {
	font-size:		8pt;
	font-weight:	normal;
}
.month-calendar-day-head {
	font-size:		7pt;
	font-weight:	normal;
}

.month-calendar-day-noday {
}

.month-calendar-day-nolink {
}
.month-calendar-day-this-day {
	background: Gray;
}

.sunday{
}

.saturday{
}

.year-calendar{
font-size:		9pt;
}

.year-calendar-head{
	font-size:		8pt;
	font-weight:	normal;
}

.year-calendar-subhead{	
}

.year-calendar-month-link{	
}

.year-calendar-month-nolink{	
}

.year-calendar-month-future{	
}

.year-calendar-this-month{	
}

.mainBody {
    position:absolute;
    left:250px;
    top:35px;
    width:550px;
}

.dateheader {
	font-size: 13px;
	font-weight: bold;
	}
	
.dateSection {
	position: relative;
	background: #C2C2C2;
	padding: 2% 2% 2% 2%;
	width;
	width: 20%;
}

.storyTitle {
	font-size: larger;
	font-style: italic;
	font-family: sans-serif;
	text-align: left;
}

.story {
	position:relative;
	color: Black;
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	background: #F6F6F6;
	border: thin dashed #708090;
	padding: 2% 2% 2% 2%;
	width: 650px;
}

.storySeparator {
	background-color: transparent;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	background: White;
}

.permalink {
	font-size: smaller;
	font-style: italic;
	font-family: sans-serif;
	text-align: right;
}





