body {
	background: #BABBC0;
	font-family: Tahoma;
	margin: 0px;
}


/* ----------------- Top Image ----------------------------------- */
#topImage {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

/* ----------------- Navigation Block ----------------------------------- */
#archiveNavBox {
	position: relative;
	top: -10px;
	height: 14px;
	background: #4B6A93;
	padding-left: 21px;
	padding-top: 0px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}

.archiveNavText {
	color: white;
	font-size: 10px;
}

.archiveNavText a:link {
	color: #BBBFFC;
	font-size: 10px;
}

.archiveNavText a:visited {
	color: #0C1F7E;
	font-size: 10px;
}


/* ----------------- Main Page Blocks ----------------------------------- */
#archiveHeader, #commentHeader, #commentPostHeader, #previewHeader, #commentPendingHeader {
	margin-top: 20px;
	margin-left: 20px;
}

#archiveEntryBox, #commentsBox, #postCommentsBox, #previewBox {	
	border: solid 1px #838383;
	padding: 5px 5px 5px 5px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-right: 20px;
}

.archiveEntryText, .commentsPendingText  {
	font-size: 12px;
	font-weight: normal;
  	line-height: 130%;
}


.commentPageTitle {
	margin-top: 10px;
	margin-left: 10px;
}


.comment, .commentsOpenContent {
	font-size: 10px;
	font-weight: normal;
  	line-height: 120%;
}

.commentPendingBody, .commentErrorBody {
	margin-left: 20px;
	margin-right: 20px;
}


.sepLine {
	border-top: solid #F8F8F8 1px;
	height: 9px;
	width: 40%;
	padding: 0px;
	margin: 0px;
}


/* ----------------- Form Parts ----------------------------------- */
.formLabel {
	color:  #262626;
	font-size:x-small;
	font-weight:normal;
}
