h1 {	font:  16px/50% "Georgia" Arial;
	text-align: center;
	color: #6D78AE;
	background: F6F8FF;
	font-weight: bold;
}

h2 {	font:  22px/50% "Georgia" Arial;
	text-align: center;
	color: #A2B2FF;
	background: F6F8FF;

}

h3 {	font:  16px "ITC Franklin Gothic" Arial;
	color: #E0FBFC;
}



p {	font: 13px "default sans serif";
	text-align: justify;
	color: #6680FF;
	line-height: 25px;
	}
center {	font: 11px "default sans serif";
	
	color: #6680FF;
	}


.navigation {
	font: 12px "Arial";
	text-align: justify;
	padding-left: 10px;
	color: #B9E0E1;
	}

.text {	font: 11px "default sans serif";
	text-align: justify;
	color: #6680FF;
	}

.list { border-bottom: 1px solid #085060;
	list-style: none;
	width: 100%;
	background-color: 026E86
}

.small { font-size: 9px;
	width: 100%;
 border-bottom: 1px solid #127F97;}

.small2 { font-size: 10px;
	color:D5F7FF;
}

a	{color: D200C0;
	text-decoration: none;
	}
a:hover {color: #F7B3F0;
	text-decoration: underline}

#navi {font: 8px "Georgia";
	text-align: justify;
	color: #A2B2FF;
	background: F6F8FF}

#navi a {font: 8px "Georgia";
	text-align: justify;
	color: #A2B2FF;
	background: F6F8FF}

.notice-banner {
  position: fixed;
  top: 0px;
  left: 0%;
  right: 0%;
  width: 100%;
  padding: 5px 14px;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
text-transform: capitalize;

}



.close {
  height: 18px;
  background-color: #fff;
  border: none;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
}
 