body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #000000;
	background: #7C869C;
	text-align: left;
	font-size: 12px;
}

p {
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px; 
	line-height: 14px;
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
  text-align: center;
  color: #525D76;
}

h1 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h4 {

	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}

h5 {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	color: #525D76;
}

h6 {
	font-size: 8px;
	line-height: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}	

ul, li {
  font-size: 12px;
}

img {
	border: 0;
	}

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	}

a {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-decoration: none;
  outline: none;
  color: #525D76;
}

a:link {
  color: #7C869C;
}

a.nav {
  text-align: center;
  background: #ffcc33;
  color: #003366;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  padding: 0px;
  margin: 0px;
}

a.nav:link {
  background: #ffcc33;
  color:  #003366;
}


a.nav:visited {
  background: #ffcc33;
  color: #003366;
}


a.nav:active {
  background: #3399CC;
  color:  #ffffff;
}


a.nav:hover {
  background: #3399CC;
  color:  #ffffff;
  /* text-decoration: underline; */
}
	
.center {
  text-align: center;
}

.blgy {
  color: #525D76;
}
	


