.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #053c6d;
}
.body2 {
	vertical-align: top;
}
.body3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFFF
}
.bottomborder {
	border-bottom: 2 solid;
	border-bottom-color:#000000;
}
.menuLink:hover {
	text-decoration: underline
}

.body A:link {
	text-decoration: none;
	color: #053c6d;
}
.body A:visited {
	text-decoration: none;
	color: #053c6d;
}
.body A:active {
	text-decoration: none;
	color: #053c6d;
}
.body A:hover {
	text-decoration: underline;
	color: #CC0000;
}

A:link {
	text-decoration: none;
	color: #053c6d;
}
A:visited {
	text-decoration: none;
	color: #053c6d;
}
A:active {
	text-decoration: none;
	color: #053c6d;
}
A:hover {
	text-decoration: none;
	color: #053c6d;
}

.textfield {
	height: 20px;
	width: 150px;
	border: 1px dashed #cdd8e2;
	background-color: #cdd8e2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #053c6d;
	font-size: 11px;

}
.border {
	border: 1px dashed #CCCCCC;
	}
.borderleft {
	border-left: 1px dashed #ffffff;
}
.borderright {
	border-right: 1px dashed #374473;
}
.bordertop {
	border-top: 2px dashed #374473;
}
.borderbottom {
	border-bottom: 1px dashed #374473;
}

<!-- ====== Curved box property ====== -->
.raised {
  background:transparent; 
  width:604;
  }
.raised h1, .raised p {
  margin:0 10px;
  }
.raised h1 {
  font-size:2em; 
  color:#053c6d;
  }
.raised p {
  padding-bottom:0.5em;
  }
.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {
  display:block; 
  overflow:hidden;
  font-size:1px;
  }
.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {
  height:1px;
  }
.raised .b2 {
  background:#ffffff; 
  border-left:1px solid #053c6d; 
  border-right:1px solid #053c6d;
  }
.raised .b3 {
  background:#ffffff; 
  border-left:1px solid #053c6d; 
  border-right:1px solid #053c6d;
  }
.raised .b4 {
  background:#ffffff; 
  border-left:1px solid #053c6d; 
  border-right:1px solid #053c6d;
  }
.raised .b4b {
  background:#ffffff; 
  border-left:1px solid #053c6d; 
  border-right:1px solid #053c6d;
  }
.raised .b3b {
  background:#ffffff; 
  border-left:1px solid #053c6d; 
  border-right:1px solid #053c6d;
  }
.raised .b2b {
  background:#ffffff; 
  border-left:1px solid #053c6d; 
  border-right:1px solid #053c6d;
  }
.raised .b1, .raised .b1b {
  margin:0 5px; 
  background:#053c6d;
  }
.raised .b2, .raised .b2b {
  margin:0 3px; 
  border-width:0 2px;
  }
.raised .b3, .raised .b3b {
  margin:0 2px;
  }
.raised .b4, .raised .b4b {
  height:2px; margin:0 1px;
  }
.raised .boxcontent {
  display:block;  
  background:#ffffff; 
  border-left:1px solid #053c6d; 
  border-right:1px solid #053c6d;
  }
