/*LINKS*/

  A:link {
   text-decoration: none;
   color: #475f47;
}
  A:visited {
   text-decoration: none;
   color: #475f47;
}
  A:hover {
   text-decoration: none;
   color: #8aaa8a;
}
  A:active {
   text-decoration: none;
   color: #000000;
}
  A.nav:link {
   text-decoration: none;
   color: #475f47;
   font-family: georgia, times, serif;
   font-size: 11px;
}
  A.nav:visited {
   text-decoration: none;
   color: #475f47;
   font-family: georgia, times, serif;
   font-size: 11px;
}
  A.nav:active {
   text-decoration: none;
   color: #000000;
   font-family: georgia, times, serif;
   font-size: 11px;
}
  A.nav:hover {
   text-decoration: none;
   color: #8aaa8a;
   font-family: georgia, times, serif;
   font-size: 11px;
}
  A.navon:link {
   text-decoration: none;
   color: #93e7a7;
   font-family: georgia, times, serif;
   font-size: 11px;
}
  A.navon:visited {
   text-decoration: none;
   color: #93e7a7;
   font-family: georgia, times, serif;
   font-size: 11px;
}
  A.navon:active {
   text-decoration: none;
   color: #93e7a7;
   font-family: georgia, times, serif;
   font-size: 11px;
}
  A.navon:hover {
   text-decoration: none;
   color: #8aaa8a;
   font-family: georgia, times, serif;
   font-size: 11px;
}

/*SECTIONS*/

 body {
	background: #bbcdbb;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 0 0;
    border: 0 0 0 0;
}
 div.main {
	background: #ffffff;
	height: auto;
	width: 700;
	text-align: center;
	margin: 0 auto;
	border: 0 0 0 0;
	padding: 0 0 0 0;
	display: block;
}
 img {
	border: 0 0 0 0;
	margin: 0 auto;
	padding: 0 0 0 0;
	display: block;
}

/*TEXT*/

 h1.navbar {
	border-top: solid 1px #8aaa8a;
	border-bottom: solid 1px #8aaa8a;
	padding: 1 2 1 2;
	margin: 0 0 0 0;
	font-family: georgia, times, serif;
    font-size: 11px;
}
 h2 {
	padding: 5 20 0 20;
	margin: 0 0 0 0;
	font-family: georgia, times, serif;
    font-size: 15px;
    color: #739173;
    text-align: left;
}
 h3 {
	padding: 5 20 0 20;
	margin: 0 0 0 0;
	font-family: georgia, times, serif;
    font-size: 15px;
    color: #739173;
    text-align: center;
}
 p.normal {
	padding: 5 20 0 20;
	margin: 0 0 0 0;
	font-family: georgia, times, serif;
    font-size: 14px;
    color: #000000;
    text-align: justify;
    line-height: 130%;
}
 ul {
	padding: 5 20 0 20;
	margin: 0 0 0 0;
	font-family: georgia, times, serif;
    font-size: 14px;
    color: #000000;
    text-align: center;
    line-height: 130%;
    list-style: none;
}
