

body{
	font-family: verdana,Arial,sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 2.0;
	margin: 0px;
	padding-left: 20px;
	padding-right: 20px;
}


a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	color: #006699;
	text-decoration: underline;
}


h1{
 font-size: 150%;
 font-weight: bold;
 color: #00496C;
}


h2{
 font-size: 140%;
 font-weight: bold;
 color: #00496C;
}


h3{
 font-size: 130%;
 font-weight: bold;
 color: #00496C;
}



h4{
 font-size: 120%;
 font-weight: bold;
 color: #00496C;
}


h5{
 font-size: 110%;
 font-weight: bold;
 color: #00496C;
}




table {
 font-size: 10px;
 font-color: #000000;
 line-height: 2.0;	
}


.button {
  color: #006699;
}


.navigationBar {
  width: 200px;
  vertical-align: top;
  align: center;
}


.navigation_title {
  height: 20px;
  border-color: #CCCCCC;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  text-align: center;
  color: #006699;
  font-weight: bold;
}


.navigation_body {
  height: 20px;
  border-color: #CCCCCC;
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-top: 10px;
  padding-bottom: 10px;

  text-align: center;
  color: #000000;
  font-weight: plain;
}




.content_body {
  width: 590;
  padding-left: 20px;
  padding-right: 20px;

  text-align: left;
  vertical-align: top;
  color: #000000;
  font-weight: plain;
}



.title {
  color: #006699;
  font-size: 120%;
  text-align: center;
  font-weight: bold;
}


.error_message {
  color: #FF0000;
  font-weight: bold;
}


#map_container {
  width: 100%;
  text-align: center;
  align: center;
}


#map {
  width: 550px;
  height: 500px;
  border-width: 1px;
  border-style: solid;
  border-color: #000000;
  line-height: 1.3;
}


#loading {
  text-align: left;
  margin: 10px;
  color: #006699;
}


.measurement_table {
  width: 350px;
}


.measurement_table_title {
  color: #006699;
  text-align: center;
  font-weight: bold;
  
  height: 20px;
}


.measurement_name {
  font-weight: bold;
  text-align: left;
}


.measurement_value {
  color: #AA0000;
  font-weight: bold;
  text-align: right;
}

.measurement_unit {
  font-weight: plain;
  text-align: right;
}


.measurement_row {
  border-left-style: none;
  border-right-style: none;
  border-top-style: none;
  border-bottom-style: solid;
  border-bottom-color: #CCCCCC;
  border-width: 1px;
  line-height: 2.0;
  padding-left: 2px;
  padding-right: 2px;
}



.important_info {
  font-weight: bold;
  color: #AA0000;
}