body
{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.table_content
{
	font-size: 11px;
	font-family: Verdana;
	color: #000;
}
.article
{
	color: #005a8c;
	font: bold 12px "Arial";
	margin-left:5px;
}
.article_title
{
	font: bold 15px "Arial";
}

.left_nav
{
	width: 204px;
	vertical-align: top;
	border: 2px solid #eff3f6;
}
.left_nav_t
{
	width: 204px;
	display:block;
	vertical-align: top;
	color: #c6222b;
	font: bold 12px "Arial";
	line-height: 20px;
	margin-left:5px;
}
.left_nav_t a
{
	color: #005a8c;
	text-decoration: none;
}

.left_nav_t a:hover
{
	color: #c6222b;
	text-decoration: none;
}

.left_nav_t_select
{
	color: #c6222b;
	text-decoration: none;
}
.left_nav_t_select a:hover
{
	color: #c6222b;
	text-decoration: none;
}

.left_nav_t_title
{
	color: #005a8c;
	font: bold 14px "Arial";
	margin: 20px, 0px, 10px, 0px	
}

.health_list
{
	width: 100%;
	vertical-align: top;
	font: 12px "Arial";
}

.health_list_item
{
	/*width: 100%;
	height:100%;
	min-height:150px;
	min-width:260px;*/
	height:180px;
	min-height:180px;
	/*vertical-align: middle;*/
	color: #005a8c;
}

.health_list_item_over
{
	background: #7399c6;
	/*width: 100%;
	height: 100%;
	min-height:150px;
	min-width:260px;*/
	height:180px;
	min-height:180px;
	vertical-align: middle;
	color: #fff;
}
.health_list_img
{
	width: 50px;
	/*vertical-align: top;
	text-align: left;*/
}

.health_list_item_text
{
	width:100%;
	/*vertical-align: top;*/
	font: 12px "Arial";
}
.health_list_item_title
{
	font: bold 13px "Arial";
}

.readmore
{
	font: bold 12px "Arial";
	color: #005a8c;
	text-decoration: none;
}

.h_line
{
	border-bottom: 1px solid #c2c9cf;
	height: 3px;
	margin-bottom: 3px;
	width: 100%;
}

.linktoarticle
{
	cursor:pointer;
	text-decoration: none;
}