body {
		background: #f3f3f0;
		/*background: #1083a6;*/
		/*color: #000000;*/
		color: #077194;
		margin:0 auto;
		font-size: 16px;
}


#main {
  font-family: 'Poppins', sans-serif;
  text-align: justify;
	color: #077194;
	background: none;
	margin:0 auto;
	width:95%;
}

a:link {color: blue; text-decoration: none;font-weight: normal;}
a:visited {color: blue; text-decoration: none;font-weight: normal;}

/*table, tr, td {
text-align:left;
}*/


h6 { font-family: 'Poppins', sans-serif;
	color: #000000;
	font-size: 1.5em;
  text-align:center;
}
h5 { font-family: 'Poppins', sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 1.4em;
  text-align:left;
	margin: 6px 0 3px 0;
}
h4 { font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #1083a6;
	font-size: 1.3em;
  text-align:left;
  margin:-8px 0 8px 0;
}
h3 { font-family: 'Poppins', sans-serif;
	font-weight: 600;
	color: #1083a6;
	font-size: 1.2em;
  text-align: center;
	margin-top: 20px;
}
h2 { font-family: 'Poppins', sans-serif;
	font-style: 900;
	color: #1083a6;
	font-size: 1.1em;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: red;
}

b {
font-family: 'Poppins', sans-serif;
	font-style: 900;
	color: #1083a6;
		font-size: 1em;
}



   /* menu */
div.menu {
  margin: 24px 0px 0px 0px;
  font-family: 'Monserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  }
  /*div.menu tr {
height: 4em;
  }*/
div.menu td {
  list-style-type: none;
  text-align: center;
  color: black;
  }
div.menu td a {
	/*vertical-align: middle;*/
	  text-align: center;
	top: 55%; transform: translateY(-50%);
	display: table-cell;
		padding: 1.0em;
	/*height: 2em;*/
  display: block;
  overflow: hidden;
  text-decoration: none;
   }
div.menu td a:link {
  color: gray;
	  font-weight: bold;
  text-align: center;
  border-width: 2px 1px 1px 2px;
  border-color: #FFFFFF #003330 #003330 #FFFFFF;
  border-style: solid solid solid solid;
  }
div.menu td a:visited {
  color: gray;
  text-align: center;
  border-width: 2px 1px 1px 2px;
  border-color: #FFFFFF #003330 #003330 #FFFFFF;
  border-style: solid solid solid solid;
  }
div.menu td a:hover {
	color:white;
  text-align: center;
  border-width: 1px 2px 2px 1px;
  background-color: #c8c8c5;
  border-color: #003330 #FFFFFF #FFFFFF #003330;
  border-style: solid solid solid solid;
  } /* end menu */