<!--


#category_menu {
}

#selected_category_menu {
	color: red;
}

#selected {
	text-decoration: underline;
}



.category_point {
	color: #003f76;
	font: 11px tahoma;
}
a:link.category_point {
	color: #003f76;
	font: 11px tahoma;
	text-decoration: none;
}
a:visited.category_point {
	color: #003f76;
	font: 11px tahoma;
	text-decoration: none;
}
a:hover.category_point {
	text-decoration: underline;
}

.category_total_count{
	color: #2980cc;
	font: 11px tahoma;
/*	font-weight: bold;*/
}
.category_count {
	color: #2980cc;
	font: 11px tahoma;
}



a:link.add_site_link {
	color: #003f76;
	font: 11px tahoma;
}
a:visited.add_site_link {
	color: #003f76;
	font: 11px tahoma;
}
a:hover.add_site_link {
	text-decoration: underline;
}







.filter_town {

	border: #88C9FF 1px solid;
	width: 185px;
	background-color: #FFFFFF;
	scrollbar-base-color: #E3EBFC;
	scrollbar-arrow-color: #000000;
	scrollbar-darkshadow-color: #E3EBFC;
	scrollbar-face-color: #E3EBFC;
	scrollbar-highlight-color: #137ACC;
	scrollbar-shadow-color: #137ACC;
	scrollbar-track-color: #E3EBFC;
	color: #137ACC;
}

.filter_button {
	border: #0099C5 1px solid;
	width: 170px;
	background-color: #00C6FF;
	color: #ffffff;
}




.site_number {
	font-size: 13px;
	font-family: arial;
	color: #197CC6;
}





a:hover#site_name {
	text-decoration: underline;
	color: #1D3E57;
}


.site_url {
	color: #999999;
}

.site_town {
	color: #777777;
}






-->