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

	body {
	 background-color: rgb(161,195,201); /*#f0ebd9;*/
	 color: #666;
	 padding: 0;
	 margin: 0;
	 }
	 
p, p a {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-align: center;
 font-size: 9pt;
 color: #1777e1;
 font-weight: bold;
 }
 
p a:hover {
 color: #55968e;
 }
 
	a.logo {
	 display: block;
	 text-align: center;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 color: rgb(39,138,146);
	 font-weight: bold;
	 font-size: small;
	 text-decoration: none;
	 line-height: 2em;
	 background-color: #f5f3e8;
	 padding-top: 20px;
	 padding-bottom: 20px; 
	 }
	 
	ul {
	 list-style-type: none;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 font-size: .9em;
	 font-weight: bold;
	 padding: 0;
	 margin: 0px 0;
	 }
	 
	li {
	 margin-bottom: -1px;
	 margin-left: 0;
	 }
	 
	li a {
	 display: block;
	 background: #55968e; /*#e5debd;*/
	 padding: 10px 14px 10px 14px;
	 text-align: left;
	 color: #fff; /*#765;*/
	 border-top: 1px solid #444;
	 border-bottom: 1px solid #444;
	 /* border-left: 20px solid #85999c; /* #d0c486; */
	 background-position: top right;
	 }
	 
	li a:hover, li a.current {
	 color: #fff;
	 background-position: right;
	 background-repeat: no-repeat;
	 background-color: #71AEA7; /* #d0c486; */
	 }

	li a.current {
	  text-decoration: none;
	  }
	
	li a:visited {
	 color: #e5debd;
	 }
	
	li a:hover {
	 text-decoration: underline;
	 color: #fff;
	 }
	 
	li a:hover {
	 background-image: url(../_style-images/linkarrow.gif);
	 }

