* {
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #bcdfee;
	font-size: 8pt;
	color: #555555;
	font-family:Arial, Helvetica, sans-serif;
}
#white {
	background-color:#ffffff;
	padding-bottom:10px;
}
.clear {
	clear: both;
	height: 0px;
}
.wrap {
	width: 950px;
	text-align:left;
}
#topnav a {
	color: #555555;
	text-decoration: none;
	margin-left:10px;
}
#pagenav {
	height:35px;
	line-height:35px;
	font-size: 9pt;
}
#pagenav ul li {
	list-style: none;
	display:inline;
}

#footer {
	border-top: 5px solid #34a7d3;
	padding: 15px 0px;
}
#footer a {
	color: #555555;
	text-decoration: none;
}
p, h1, h2, h3, h4, h5, h6, ol, ul {
	padding-bottom:10px;
}
#main {
	padding: 15px 0px;
}
td {
	font-size: 8pt;
	text-align:left;
}
img {
	border: 0px;
}
/* front search */
.colleft {
	float:left;
	margin-right:25px;
}
/* forms */
input, textarea, select {
	font-size:8pt;
	padding: 2px;
	border:1px solid #d9d9d9;
	margin-bottom:3px;
	font-family:Arial, Helvetica, sans-serif;
}
.button {
	padding: 5px;
	background-color:#0191c8;
	color: #ffffff;
	font-weight: bold;
}
.button_search {
	background:url(../images/button_search.png) no-repeat;
	height:30px;
	width:100px;
	border:0px;
}
.button_favorites {
	height:30px;
	width:110px;
	border:0px;
	background:url(../images/button_favorites.png) no-repeat;
	padding: 0px 0px 0px 20px;
	line-height:30px;
	font-weight: bold;
	color:#0191c8;
	cursor: pointer;
}
.line {
	height:1px;
	background-color:#d9d9d9;
	margin:10px 0px;
}
.mapBorder {
	border:1px solid #d9d9d9;
}
td ul li {
	list-style: none;
}
.title_bar {
/*	background-color:#bcdfee; 
	padding: 5px;*/
	color: #898989;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom:5px;
	padding-bottom:3px;
	border-bottom: 1px solid #f7f7f7;
}
.menu a {
	color: #555555;
	text-decoration: none;
}