a{
	color:#0000FF;
	text-decoration:underline;
}

a:visited{
	font-size:12px;
	color:#0000FF;
	text-decoration:underline;
}

a:hover{
	font-size:12px;
	color:#ff0000;
	text-decoration:underline;
}

.header{
	width:800;
	background-color:#FF0000;
	font-size:13px;
}
.header_back{
	background-color:#FFCCCC;
}

.main{
	width:800;
}

.caption{
	height:22px;
	background-image:url(/cas_blog/tmpl/blog_template/img/blog/side_bar.gif);
	background-repeat:no-repeat;
}

.caption_text{
	margin-left:30px;
	font-size:12px;
	color:#ffffff;
}

.menu_back{
/*	font-size:12px;
	line-height: 130%;*/
	padding:5px;
	margin:0px;
	text-align:left;
	background-color:#FFEFD5;
}

.blog{
	border: 1px solid #cccccc;
	color:#000000;
	font-size:12px;
	width:552px;
}

.blog_titleName{
	margin-left:30px;
	color:#ffffff;
}

.blog_title{
	height:30px;
	background-image:url(/cas_blog/tmpl/blog_template/img/blog/blog_title.gif);
	background-repeat:no-repeat;
}

.blog_uptime_bk{
	text-align:right;
	font-size:10px;
}

.blog_uptime_txt{
	height:20px;
	margin-left:3px;
	margin-right:3px;
	background-color:#eeeeee;
}

.blog_text{
	padding:8px;
}


.new_list{
/*	background-color:#3399FF;*/
	width:260px;
}

.old_list{
/*	background-color:#FF9900;*/
	width:260px;
}


