@charset "utf-8";
/* CSS Document */

body {
	font-family: Myriad, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-shadow:inherit;
	font-size: 12px;
	margin: 0px;
	line-height: 24px;
	background-color: #726558;
}


.yellow {
	color: #febf0f;
	font-weight: bold;
}

.green {
	color: #243219;
	font-weight: bold;
}


h1 {
	color: #febf0f;
	font-size: 18px;
	line-height: 16px;
}
	
h2 {
	color: febf0f;
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
}
	
h3 {
	color: #ffffff;
  	font-size:12px;
	font-weight: bold;
	line-height: 16px;
   }
   
h4 {
	color: e2d547;
  	font-size:10px;
	line-height: 16px;
   } 

a:link, a:visited {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid;
}    

a:hover {
	color: #febf0f;
	text-decoration: none;
	border-bottom: 0px;
}

a.nav:link, a.nav:visited {
	color: #243219;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 0px;

}

a.nav:hover {
	color: #749260;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 0px;

}

a.navmain:link, a.navmain:visited {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 0px;

}

a.navmain:hover {
	color: #febf0f;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 0px;

}

a.navtop:link, a.navtop:visited {
	color: #243219;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 0px;

}

a.navtop:hover {
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 0px;

}

.copyright{
	color: #243219;
	font-family: Myriad, Arial, sans-serif;
	font-size: 9px;
	line-height: 11px;
}

a.copyrightlink:link, a.copyrightlink:visited {
	color: #243219;
	font-size: 9px;
	line-height: 11px;
	border-bottom: 1px solid;
}

a.copyrightlink:hover {
	color: #243219;
	font-size: 9px;
	line-height: 11px;
	border-bottom: 0px;
}

.img_left {
	border: 0;
	margin-right: 20px;
	margin-left: 8px;
	margin-bottom: 10px;
	margin-top: 0px;
}

.img_right {
	border: 0;
	margin-left: 20px;
	margin-right: 8px;
	margin-bottom: 10px;
	margin-top: 0px;
}

