.template_table_title {
	background-image: url(home_table_title.png);
	height: 26px;
	background-repeat: repeat-x;
	text-align: left;
}
.template_table_title span {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #0db1da;
	text-decoration: none;
	background-image: url(page_table_title_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 50px;	
}
.template_table_content {
	background-color: #0f3241;
	text-align: left;
}
.template_table_content img {	
	margin-top: 5px;
	margin-right: 9px;
	margin-bottom: 5px;
	margin-left: 9px;
}

.template_table_content_link {
	color: #FFFFFF;
	text-align: center;
}
.template_table_space {
	background-image: url(template_table_space.png);
	background-repeat: repeat-x;
	height: 17px;
}

.template_table_content_link a{
	color: #FFFFCC;
}
.template_table_content_link a:hover{
	color: #f89135;
}
