body {
  color: #434447;
  background-color: #2b4f59;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-family: tahoma, verdana, Arial;
  font-size: 10px;
  line-height: 15px;
  cursor: default;
}

#container {
  width: 375px;
  margin: 10px auto;
  background-color: #FFFFFF;
  padding: 10px 10px 10px 10px;
  text-align: left;
}

#header {
  height: 340px;
  padding: 0 0 0 0;
  background-color: #FFFFFF;
}


#content {
  margin-top: 7px;
  font-size: 10px;
  text-align: justify;
}

#footer {
  margin-top: 15px;
  font-size: 10px;
  text-align:center;
}

a:link, a:visited, a:active {
  color: #4a6669;
  text-decoration: none;
}

a:hover {
  color: #4a6669;
  text-decoration: none;
  cursor: default;
  border-bottom: 2px solid #b9b5b5;
}





h1 {

	color: #bcbbb3;
	font-family: trebuchet ms;
	font-size: 12px;
	letter-spacing: 3px; 
	text-transform: uppercase;
	line-height: 12px;
	font-weight: bold;
	text-align: left;
	margin: 0;
	margin-bottom: 1px;
	padding: 1px;
	padding-bottom: 1px;}
	
	

input, textarea, option, select {
  background-color: #FFFFFF;
  font-family: Tahoma, Arial;
  font-size: 11px;
  line-height: 11px;
  font-weight: normal;
  text-align: left;
  color: #414141;
  letter-spacing: 0;
  border: 1px solid #b9b5b5; }


