body {
	margin: 0 0 0 0;
	/*background: #1A3A85; 
		background: #BBBFBF;*/
		background: #F6FAFD;
	color: #000000;
margin:0 auto;
width:900px;
}

#main {
	/*font-family: Arial, Verdana, Tahoma, Sans-Serif;
  font-family: "Times New Roman", Georgia, serif;*/
  font-family: 'Merriweather', serif;
  text-align: justify;
	color: #000000;
	font-size: 16px;
	background: none;
}

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: 'Open Sans', sans-serif;
	color: #000000;
	font-size: 16px;
  text-align:center;
}
h5 { font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 17px;
  text-align:left;
	margin: 6px 0 3px 0;
}
h4 { font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	color: #000000;
	font-size: 18px;
  text-align:center;
	margin: 16px 0 8px 0;
}
h3 { font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: normal;
	color: #000000;
	font-size: 1.4em;
  text-align:center;
	margin-top: 20px;
}
h2 { font-family: 'Merriweather', serif;
	font-style: italic;
	font-weight: normal;
	  text-align:center;
	color: #000000;
	font-size: 1.25em;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: red;
}

hr {
  border: 0;
  width: 100%;
  color: white;
  background-color: white;
  height: 2px;
  }  
hr.new{
	margin-top:16px;
  border:6px solid #E2F0F2;
  background:#E2F0F2;
}

  
   /* menu */
div.menu {
  margin: 4px 0px 0px 0px;
  }
div.menu tr {
  margin: 0 0 0 0px;
  padding: 0em;
  /*line-height: 1.40em;*/
  }
div.menu td {
  list-style-type: none;
  /*height: 30px; */
  width: 134px;
  margin-bottom: 0px;
  text-align: center;
  /*font-family:  "Times New Roman", Georgia, serif;*/
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-size: 12px;
  letter-spacing: 0.00em;
  color: black;
  background-color: #CBE5E8;
  width: 300px;
  }
div.menu td a {
  display: block;
  overflow: hidden;
  text-decoration: none;
  }
div.menu td a:link {
  color: #000000;
  font-weight: normal;
  text-align: center;
  padding-left: 0.25em;
  border-width: 1px 1px 1px 1px;
  border-color: #FAFAFA #003330 #003330 #FAFAFA;
  border-style: solid solid solid solid;
  }
div.menu td a:visited {
  color: #000000;
  font-weight: normal;
  text-align: center;
  padding-left: 0.25em;
  border-width: 1px 1px 1px 1px;
  border-color: #FAFAFA #003330 #003330 #FAFAFA;
  border-style: solid solid solid solid;
  }
div.menu td a:hover {
  color: yellow;
  font-weight: normal;
  text-align: center;
  /*font-style: normal;*/
  border-width: 1px 1px 1px 1px;
  border-color: #003330 #FAFAFA #FAFAFA #003330;
  border-style: solid solid solid solid;
  background-color: #000000;
  } /* end menu */