@charset "windows-1255";
/* CSS Document */
A.CityButton, A.CityButton:link {
	display:block;
	font:normal 12px Arial;
	color:black;
	width:91px;
	height:28px;
	line-height:28px;
	text-align:center;
	text-decoration:none;
	background:url(../images/city_btn.gif) no-repeat center;	
}
A.CityButton:hover {
	text-decoration:underline;
}
A.CityButtonOn, A.CityButtonOn:link {
	display:block;
	font:normal 12px Arial;
	color:white;
	width:82px;
	height:22px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
	background:url(../images/city_on_btn.gif) no-repeat center;	
}
A.CityButtonOn:hover {
	text-decoration:underline;
}
A.MoreCityButton {
	display:block;
	font:bold 12px Arial;
	color:black;
	width:172px;
	height:22px;
	padding-top:5px;
	text-align:center;
	text-decoration:none;
	background:url(../images/more_city_btn.gif) no-repeat center;
}
A.MoreCityButton:hover {
	text-decoration:underline;
}
A.BlueButton {
	display:block;
	width:85px;
	height:20px;
	background:url(../images/blue_btn.jpg) no-repeat center;
	font:bold 12px Arial;
	color:white;
	padding-top:5px;
	text-decoration:none;
	text-align:center;
}
A.BlueButton:hover {
	color:#FFCC00;
}
A.BlueButtonLong {
	display:block;
	width:95px;
	height:20px;
	background:url(../images/blue_long_btn.jpg) no-repeat center;
	font:bold 12px Arial;
	color:white;
	padding-top:5px;
	text-decoration:none;
	text-align:center;
}
A.BlueButtonLong:hover {
	text-decoration:underline;
}
A.RedButton {
	display:block;
	width:71px;
	height:20px;
	background:url(../images/red_btn.gif) no-repeat center;
	font:bold 12px Arial;
	color:white;
	padding-top:5px;
	text-decoration:none;
	text-align:center;
}
A.RedButton:hover {
	color:#FFCC00;
}
A.SubCategories, A.SubCategories:link, A.SubCategories:visited {
	display:block;
	width:108px;
	height:20px;
	border:1px solid #0451c1;
	background:url(../images/SubCategories_off.gif) repeat-x center;
	font:normal 12px Arial;
	padding-top:0px;
	color:black;
	text-decoration:none;
	text-align:center;
}
A.SubCategories:hover {
	font:bold 12px Arial;
	background:url(../images/top_menu_bg_on.jpg) repeat-x center;
}
A.SubCategoriesOn, A.SubCategoriesOn:link, A.SubCategoriesOn:visited {
	display:block;
	width:108px;
	height:20px;
	line-height:20px;
	border:1px solid #0451c1;
	background:url(../images/top_menu_bg_on.jpg) repeat-x center;
	font:bold 12px Arial;
	padding-top:0px;
	color:black;
	text-decoration:none;
	text-align:center;	
}
A.SubCategoriesOn:hover {
	font:bold 12px Arial;
}

.siteMap Table {
	font:bold 12px Arial;
	color:black;
}
.siteMap H1 {
	font:bold 15px Arial;
	color:black;
}
.siteMap A {
	font:bold 12px Arial;
	color:black;
	text-decoration:none;
}
.siteMap A:hover {
	text-decoration:underline;
}
