/* CSS Document */
body {	
background: #726257;
font-family: Arial, Helvetica, sans-serif;
}

#citytop {
color: #ffffff;
font-weight: bold; 
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
}

a#citytop:link {
color: #ffffff;
font-weight: bold; 
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
}

a#citytop:visited  {
color: #ffffff;
font-weight: bold; 
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
}

a#citytop:hover   {
color: #FFF200;
font-weight: bold; 
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
}

.click-to-call:link {
color: #ffffff;
font-weight: bold; 
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
}

.click-to-call:visited  {
color: #ffffff;
font-weight: bold; 
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
}

.click-to-call:hover   {
color: #FFF200;
font-weight: bold; 
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 11pt;
}

span#citytop1, :link {
	color: #fff;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	text-decoration: none;
}

span#citytop1:hover {
	color: #FFF200;
	text-decoration: underline;
}

#citytitle  {
font-weight: bold;
font-size: 11pt;
text-decoration: none;
color: #ffffff;
}

#bodytext  {
font-weight: bold;
font-size: 12pt;
text-decoration: none;
color: #000000;
}

a.citylisting:link {
font-weight: bold;
font-size: 11pt;
text-decoration: none;
color: #0D0DFF;
}

a.citylisting:visited  {
font-weight: bold;
font-size: 11pt;
text-decoration: none;
color: #0D0DFF;
}

a.citylisting:hover   {
font-weight: bold;
font-size: 11pt;
text-decoration: underline;
color: #ff0000;
}

#citykeywords  {
font-weight: normal;
font-size: 8pt;
text-decoration: none;
color: #cccccc;
}

#citybottom  {
font-weight: bold;
font-size: 9pt;
text-decoration: none;
color: #ffffff;
}

a, :link {
	color: #FF0000;
}
a:visited {
	color: #FF0000;
}
a:hover {
	color: #000099;
}

.scrollbar {
	z-index: 1;
	visibility: visible;
	overflow-y: scroll;
	overflow-x: hidden; 
	width: 438px; 
	height: 650px;
	scrollbar-highlight-color: #ddd; 
	scrollbar-shadow-color: #333;
	scrollbar-track-color: #fff; 
	scrollbar-arrow-color: #FF0000; 
	scrollbar-darkshadow-color: #666666; 
	scrollbar-3dlight-color: #ccc;
	scrollbar-face-color: #000;
 }