.pageTitle{
	font-size	:	20px;
	font-family	:	Comic Sans MS, cursive;
	font-weight	:	bold;
	color	:	#888888;
	display	:	block;
	padding	:	3px 0px 0px 0px;
}

.sectionTitle{
	font-size	:	24px;
	font-family	:	Georgia, "Times New Roman", Times, serif;
//		font-family	:	Comic Sans MS, cursive;
//	font-family	:	Times New Roman, Times, serif;
//	font-weight	:	bold;
//	font-style	:	italic;
//	color	:	#666622;
	color	:	#222222;
	display	:	block;
	width	:	100%;
	padding	:	15px 0px 0px 5px;
	margin	:	0px 0px 7px 0px;
}

.section{
	font-size	:	14px;
	font-family	:	Century Gothic, Verdana, Tahoma;
	color	:	#000000;
	display	:	block;
	width	:	100%;
	padding	:	0px 0px 15px 15px;
	margin	:	0px 0px 5px 0px;
	border-bottom	:	1px dotted #999966;
}

.section p{
	font-size	:	14px;
	font-family	:	Century Gothic, Verdana, Tahoma;
	color	:	#000000;
	display	:	block;
	width	:	100%;
	height	:	8px;
}

.section div{
	font-size	:	14px;
	font-family	:	Century Gothic, Verdana, Tahoma;
	color	:	#000000;
	display	:	block;
	width	:	100%;
	margin	:	5px 0px 5px 0px;
}

.section #recent{
	font-size	:	14px;
	font-family	:	Century Gothic, Verdana, Tahoma;
	color	:	#000000;
	display	:	block;
	width	:	100%;
}

.section a:link{	color	:	#666666;	text-decoration: none;	}
.section a:active{	color	:	#666666;	text-decoration: none;	}
.section a:visited{	color	:	#666666;	text-decoration: none;	}
.section a:hover{	color	:	#000000;	text-decoration: underline;	}



.article_title{
	font-size	:	30px;
	font-family	:	Georgia, "Times New Roman", Times, serif;
//	font-weight	:	bold;
	color	:	#666622;
	display	:	block;
	padding	:	0px 0px 10px 54px;
	text-decoration: none;
}

.article_date{
	font-size	:	14px;
	font-family	:	Georgia, "Times New Roman", Times, serif;
	color	:	#888866;
	display	:	block;
	padding	:	0px 0px 0px 54px;
}

.article_content{
	color	:	#000000;
	display	:	block;
	padding	:	0px 0px 5px 0px;
	margin	:	0px 0px 5px 0px;
	font-size	:	14px;
	font-family	:	Verdana, Tahoma, sans-serif;
}

.article_content .border{
	display	:	block;
	border	:	1px solid #999999;
	padding	:	3px 3px 3px 3px;
	margin	:	5px auto 5px auto;
	text-align	:	center;
}

.articleMisc{
	color	:	#000000;
	display	:	block;
	border	:	1px dotted #DDDDDD;
	background-color	:	#F7F7ED;
	margin	:	10px 0px 2px 0px;
	padding	:	6px 8px 7px 8px;
}

.articleMisc a:link{	color	:	#000000;	text-decoration: none;	}
.articleMisc a:active{	color	:	#000000;	text-decoration: none;	}
.articleMisc a:visited{	color	:	#000000;	text-decoration: none;	}
.articleMisc a:hover{	color	:	#000000;	text-decoration: underline;	}

.article{
	font-size	:	14px;
	font-family	:	Verdana, Tahoma, sans-serif;
	width	:	100%;
	height	:	auto;
	color	:	#000000;
	display	:	block;
	margin	:	15px 0px 10px 0px;
	background-image: url(http://www.kakinan.com/alex/images/big_bullet.gif);
    background-repeat: no-repeat; 
    background-position: left top;
}

.article_comments{
	background-color	:	#FFFFE0;
	display	:	block;
	padding	:	16px 10px 5px 15px;
	margin	:	5px 0px 5px 0px;
	background-image: url(http://203.81.54.70/~kakinancom/alex/images/CommentQuotes.png);
    background-repeat: no-repeat; 
    background-position: left top;
}

.comment_name{
	clear	:	left;
	font-size	:	10px;
	color	:	#666666;
	display	:	block;
	padding	:	0px 0px 5px 0px;
	margin	:	0px 0px 5px 0px;
}

.comment_name a:link{	color	:	#666666;	text-decoration: none;	}
.comment_name a:active{	color	:	#666666;	text-decoration: none;	}
.comment_name a:visited{	color	:	#666666;	text-decoration: none;	}
.comment_name a:hover{	color	:	#000000;;	text-decoration: underline;	}

.comment_date{
	font-size	:	10px;
	color	:	#666666;
	display	:	block;
	padding	:	0px 0px 5px 5px;
	margin	:	0px 0px 5px 10px;
}

.comment_content{
	font-size	:	14px;
	color	:	#808000;
	display	:	block;
	padding	:	0px 5px 0px 5px;
	margin	:	0px 5px 5px 10px;
}

.RedHighlight {
	color		: #CC0000;
	font-weight	: bold;
}