BODY, TD {
	color: #091120;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .8em;
}

BODY {
    background-color: #2364DC;
	background-image:  url(../images/bluewater_bg.jpg);
	background-position: center top;
	background-repeat:repeat-y;
	
	scrollbar-face-color:#2364DC;
	scrollbar-shadow-color:#2364DC;
	scrollbar-highlight-color:#2364DC;
	scrollbar-3dlight-color:#B9C9DA;
	scrollbar-darkshadow-color:#B9C9DA;
	scrollbar-track-color:#B9C9DA;
	scrollbar-arrow-color:#95ADC6;
}

A:link, A:visited {
	color: #000;
	text-decoration: none;
}

A:hover, A:active {
	color: #000;
	text-decoration: underline;
}

.content {
	background-color: #2364DC;
	background-image:  url(../images/bluewater_cbg_top.jpg);
	background-position: center top;
	background-repeat:no-repeat;
}

.para {
	text-align: justify;
}

.inputbox, .inputbox_red {
  font-family: font-family:Verdana, sans-serif;
  font-size:9px; color: #2F465F;
  background-color:#FFF;
  
  height: 15px;
  border: 1px;
  border-style: solid;
  vertical-align: top;
  padding: 0px;
}

.inputtext, .inputtext_red {
  font-family: font-family:Verdana, sans-serif;
  font-size:9px; color: #2F465F;
  background-color:#FFF;
  border: 1px;
  border-style: solid;
  vertical-align: top;
  padding: 0px;
  width: 100%;
}

.inputbox_red, .inputtext_red {
  border: 1px solid #FF0000;
}

.inputsub {
  font-family: font-family:Verdana, sans-serif;
  font-size:9px; color: #2F465F;
  background-color:#DDE6EE;
  
  height: 15px;
  border: 1px;
  border-style: solid;
  vertical-align: top;
  margin-top: 1px;
}