BODY {
	MARGIN: 0px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
    background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;  
}
A {
	FONT-SIZE: 14px;
	COLOR: #014268;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration: underline;
	font-weight: bold;
	line-height: normal;
}
A:hover {
	FONT-SIZE: 14px;
	COLOR: #014268;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.centered {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
.rounded {
  position: fixed;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
  
  height: 700px;
  width: 700px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;

	font-weight: normal;
	background: rgba(255, 255, 255, 0.7); 
}
.td{
	color:#014268;
	FONT-SIZE: 16px;
	font-weight: normal;
	text-align:justify;
}
.td2{
	color:#014268;
	FONT-SIZE: 16px;
	font-weight: normal;
	text-align:center;
}
.header1{
	color:#014268;
	FONT-SIZE: 18px;
	font-weight: bold;
}
.header1_g{
	color:#014268;
	FONT-SIZE: 16px;
	font-weight: bold;
	text-align:left;
}

