.site_render_table_row td
{
	margin-bottom: 8px;
}

A.header:link, A.header:active,A.header:visited
{
	display:block;
	width:100%;
	height:100%;
	color: white;
	font:12px Tahoma,arial, helvetica, sans-serif;
	font-weight:bold;
	padding:20px 0 0px 20px;
	text-decoration:none;
}

A.header:hover
{
	display:block;
	width:100%;
	height:100%;
	color: white;
	font:12px Tahoma, arial, helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	padding:20px 0 0px 20px;

}

A.header_sel:link, A.header_sel:active,A.header_sel:visited
{
	display:block;
	width:100%;
	height:100%;
	color:white;
	font:12px Tahoma,arial, helvetica, sans-serif;
	font-weight:bold;
	text-decoration: underline;
	padding:20px 0 0px 20px;
}

A.sub:link, A.sub:active,A.sub:visited
{
	display:block;
	width:100%;
	height:100%;
	color: white;
	font:10px Tahoma,arial, helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	padding:20px 0 0px 30px;
}

A.sub:hover
{
	display:block;
	width:100%;
	height:100%;
	color:white;
	font:10px Tahoma,arial, helvetica, sans-serif;
	font-weight:bold;
	text-decoration:underline;
	padding:20px 0 0px 30px;
}

A.sub_sel:link, A.sub_sel:active,A.sub_sel:visited
{
	display:block;
	width:100%;
	height:100%;
	color: white;
	font:10px Tahoma,arial, helvetica, sans-serif;
	font-weight:bold;
	text-decoration: underline;
	padding:20px 0 0px 30px;
}