html {
  margin: 0px;
  padding: 0px;
} 

body	{
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #f0f0c0;
	font: 9pt verdana;
}

table {
	font: 9pt verdana
}

td {
	vertical-align: top;
}

h3 {
	color: #000088;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px 5px 0px;
	margin-top: 0px;
}

h4 {
	color: #000088;
	font-size: 11pt;
	font-weight: bold;
}

h5 {
	color: #000088;
	font-size: 11pt;
	padding: 5px 0px 0px 0px;
	margin: 0;
	
}
h6 {
	color: #000088;
	padding: 5px 0px 10px 0px;
	margin: 0;
	font: 9pt verdana;
}

a {
	color: #008800;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #ff0000;
}

.container {
	margin: auto;
	width: 840px;
	padding: 0px;
	background-color: #ffffff;
	text-align: left;
}

.waters_a {
	border-style: outset;
	text-align: center;
	font-size: 6pt;
}

.highlight {
	font-style: italic; 
	font-weight: bold;
}

.text_box {
	border: 1px solid blue; 
	padding:5px; 
	margin-top:5px; 
	color:blue; 
}

.post_date { 
	font-size: smaller;
	font-weight: normal;
}

#main {
	height: 1000px;
}
#content {
	text-align: justify;
	padding: 10px 10px 20px 0px;
}
#survey_content {
	text-align: justify;
	padding: 10px 10px 20px 20px;
}
img.nav_arrow { border: 0; text-decoration: none; }
