@charset "utf-8";
/* CSS Document */

/* Begin Content Styles */

ul.blog {
	margin:0px;
	padding:5px 0 10px 20px;
	list-style-type: none;
	font-size: 11px;
	font-weight: bold;
	color: #446BAC;
	line-height: 18px;
}
ul.blog a, ul.blog a:visited {
	color:#002664;
	text-decoration:none;
	font-size: 11px;
}
ul.blog a:hover {
	color:#446BAC;
}
ul.blog li.blog_news {
	margin:10px 0 20px 0;
	padding:10px;
	background-color:#E8E8E8;
	color:#333;
	font-size: 10px;
	font-weight: bold;
	list-style-type: none;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;
	line-height: 15px;
}
li.blog_news a, li.blog_news a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #F55;
	text-decoration:none;
}
li.blog_news a:hover {
	color:#900;
}
.CollapsiblePanelTab {
	margin:0px;
	padding:12px 0 0 5px;
	font-size:14px;
	width:469px;
	height:33px;
	background-image:url(blog_images/tab_bgd.gif);
	background-repeat:repeat-x;
	font-weight: bold;
	color: #FFF;
}

/* End Content Styles */



