
BODY { 
	/* The entire page */
	margin: 5px; 
	background-color: #E1DBED;
}

TD.leftcol {
	width: 20%;
}

TD.rightcol {
	width: 80%;
	vertical-align: top;
}

IMG.logo {
	border: 0px;
}

DIV.lefttext {
	/* The left column body */
	background-color: #FFFFFF;
	border: solid black 1px;
	padding: 3px;
	margin-top: 1em;
}

SPAN.date {
	/* The date text for a comment */
	font-family: sans-serif;
	font-style: italic;
	color: black;
	font-size: smaller;
}

TD.comment {
	/* The box around each comment */
	border: solid black 1px;
	background-color: #B5B5B5;
	padding: .5em;
	width: 100%;
}

TABLE.storyhead {
	border-bottom: solid 1px;
	border-color: #808080;
/*	background-color: black; */
	background-color: #C5BBDD; 
	width: 100%;
	padding-left: 3px;
	padding-right: 3px;
	margin-top: 1em;
}

TD.storysub {
	/* The subject field for the story header */
	font-family: sans-serif; 
	font-weight: bold;
	color: black;
}

FONT.secthead {
	font-family: sans-serif;
	font-weight: bold;
	color: #4A3086;
	font-size: larger;
}

FONT.sectdesc {
	font-family: sans-serif;
	color: #7A56C3;
	font-size: larger;
}
	

TD.storydate {
	/* The date field for the story header */
	font-family: sans-serif;
	font-style: italic;
	color: #505050;
	font-size: smaller;
	text-align: right;
}	

TABLE.edittable {
	/* The story editing table */	
	border: solid black 2px;
}

TD.edittable {
	/* The data cells in the story editing table */
	border: solid gray 1px;
}

TD.edittablehead {
	/* The header cells in the story editing table */
	background-color: #DDDDDD;
	border: solid gray 1px;
}

P.infomsg {
	/* The text of informational messages */
}

P.arcmonthyear {
	border: solid black 1px;
	background-color: #FFFFFF;
	width: 50%;	
	padding: 3px;
	font-weight: bold;
	margin-top: 1em;
}

P.firstarcmonthyear {
	border: solid black 1px;
	background-color: #FFFFFF;
	width: 50%;	
	padding: 3px;
	font-weight: bold;
	margin-top: 1em;
}

P.arclink {
	font-style: italic;
	text-align: center;
}

.wide {
	width: 100%;
}

DIV.recentcombox {
	border: solid black 1px;
	background-color: white;
	padding: 6px;
}

