.BlogItem {
	margin-bottom: 5px;
}

.BlogItemDate {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.BlogItemTitle {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px
}

.BlogItemSubtitle {
	font-size: 11px;
	font-weight: normal;
}

.BlogItemEntry {
	margin-top: 10px;
	margin-bottom: 10px;
}

.BlogItemEntry BLOCKQUOTE {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	border-left: #c0c0c0;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	font-family: Courier New;
	font-size: 12px;
}

.BlogItemOptions {
	font-size: 11px;
	font-weight: bold;
}

.BlogComment {
	margin-bottom: 5px;
}

.BlogCommentName {
	font-size: 12px;
	font-weight: bold;
	margin-top: 10px
}

.BlogCommentEntry {
	margin-top: 10px;
	margin-bottom: 10px;
}

.BlogCommentEntry BLOCKQUOTE {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
	border-left: #c0c0c0;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	font-family: Courier New;
	font-size: 12px;
}

.BlogCommentOptions {
	font-size: 11px;
	font-weight: bold;
}