body{
	background: #BDBDBD;
	margin: 0px;
	padding: 0px;
	font-family: Arial, sans;
	font-size:12px;
	color: #000000;
}
.toolTip{
	text-align: right;
	font-family: Arial;
	font-size: 10px;
	border: none;
	background-color: #999999;
	font-weight: bold;
	position: absolute;
	filter: alpha(opacity = 80);
	-moz-opacity: 1.0;   
	opacity: 1.0;
	padding: 4px;
	white-space: normal;
}
.mapDiv {
	height: 350px;
	width: 600px;
	background-color: #FFFFFF;
	border: 2px inset;
}

.markerDivs{
	font-family: Arial;
	font-size: 10px;
	color: #000000;
}
.heading1 {
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}
.heading2 {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
.addressStyle{
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
a:link {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
.links:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.links:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.links:active {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
.links:hover {
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
.linkHighlight{
	background-color: #FF0000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1px;
}
.infoDiv {
	overflow: visible;
}
.listDiv {
	height: 340px;
	width: 350px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #FFFFFF;
	
}
.mainTable{
	background-color: #FFFFFF;
	width: 985px;
}
.listRows{
	width: 100%;
	background-color: #000000;
	padding-left: 5px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
}
.highlight{
	background-color: #FF0000;
	font-weight: bold;
	padding: 1px;
}
.searchField{
	background-color: #000000;
	width: 100px;
	height: 16px;
	color: #FFFFFF;
	font-size: 12px;
}
.rssWindow {
	height: 250px;
	width: 350px;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: #FFFFFF;
	display: none;
}
.rssRows{
	width: 325px;
	background-color: #000000;
	padding: 2px 3px;
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	color: #cccccc;
	font-size: 10px;
	cursor: pointer;
}
.rssTitle{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.smlRedTitle{
	color: #FF0000;
	font-size: 10px;
	font-weight: bold;
}
.smlRedLink:link {
	font-size: 10px;
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}
.smlRedLink:visited {
	font-size: 10px;
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
.smlRedLink:active {
	font-size: 10px;
	text-decoration: none;
	color: #FF0000;
	font-weight: bold;
}
.smlRedLink:hover {
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}