@charset "UTF-8";
/* CSS Document */


/* PAGE */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../_images/page/bg_main.jpg);
	background-repeat: repeat;
}

.back {
  background-image: url(../_images/page/sky.png);
  background-repeat: repeat-x;
  }


/* TEXT Content */
.headers { font-family: Georgia; font-weight: bold; font-size: 13px; color: #658951;}
.pagetext { font-family: Georgia; font-size: 11px; line-height:16px;}
.bottomnav { font-family: Georgia; font-size: 11px; font-weight: bold; color: #6f6d57;}
.copyright { font-family: Georgia; font-size: 10px; line-height:16px; color: #FFFFFF}


/* LINKS */
a.footernav:link { color:#6f6d57; text-decoration:none;}
a.footernav:visited { color: #6f6d57; text-decoration: none;}
a.footernav:hover { color: #ffffff; text-decoration: none; background-color: transparent; border-color: #000000; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-style: dotted; }
a.footernav:active {text-decoration: none;}

a:link { color:#6f6d57; text-decoration:none;}
a:visited { color: #6f6d57; text-decoration: none;}
a:hover { color:#990000; text-decoration: none; background-color: transparent; border-color: #000000; border-bottom-width: 1px; border-left-width: 0px; border-right-width: 0px; border-top-width: 0px; border-style: dotted; }
a:active {text-decoration: none;}
