A:active {
	COLOR: #5D85A5;
	FONT-FAMILY: Georgia, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: normal;
}

A:link {
	COLOR: #5D85A5;
	FONT-FAMILY: Georgia, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: normal;
}

A:visited {
	COLOR: #5D85A5;
	FONT-FAMILY: Georgia, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: normal;

}

A:hover {
	COLOR: #CC6600;
	FONT-FAMILY: Georgia, Helvetica, sans-serif;
	TEXT-DECORATION: none;
	font-weight: normal;
}

.verdana7 {
	FONT-SIZE: 7pt;
	FONT-FAMILY: Georgia, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;

}

.tytuly {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
}

.verdana6 {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 6px;
	color: #FF0000;
	text-decoration: none;
}

.verdana7regular {
	FONT-SIZE: 7pt;
	FONT-FAMILY: Georgia, Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
}

.szara7verdana {
	FONT-SIZE: 7pt;
	FONT-FAMILY: Georgia, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: none;
}

.tytuly2 {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Georgia, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
}

/* Phrase parts: */

.reftitle {
	font-style: italic;
	font-weight: bold;
}

/* Parts of the document: */

.SectionTitle {
	font-size: x-large;
	font-family: Georgia, "Times New Roman, Times", serif;
	color: #942f2f;
	font-style: italic;
}

.DivList {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.DivLiTitle {
	/*font-size: medium;*/
	font-weight: bolder;
	margin-top: 1em;
	margin-bottom: 1em;
}

/* Does not yet seem to be widely supported:
.DivLiInnerBlock:before {
	content: "+ ";
	display: inline;
}
*/

.DivLi {
	font-size: smaller;
	margin-top: 0.8em;
	margin-left: 0;
	padding-left: 0;
}

.DivLiSep {
	font-size: smaller;
	margin-top: 0.8em;
}

.ContentLi {
	margin-top: 0.8em;
	margin-bottom: 0.8em;
}

/* Does not seem to work on Mozilla Firefox 1.5.0.9
.ContentSubLiOuterBlock {
	display: inline-block;
	padding-right: 0.8em;
}
*/

.CopyrightNotice {
	FONT-SIZE: xx-small;
}

/* Navigation menu: */
#primary {
  font-size: 115%;  /* 85% */
  font-variant: small-caps;
  font-family: Byington, "Palatino Linotype", Serif;
  line-height:normal;
  /* padding:0px 0px 1px 20px; */
  /* border-bottom:4px solid #2763A5;
   padding: 0 auto; */
  text-align: center;
  display: block;
}

#primary ul {
  padding: auto auto;
  margin: 0;
  list-style: none;
}

#primary li {
  display:inline;
  margin: 0 0.5em;
}

#primary a {
  /* background:#6DA6E2 url(images/tabs.gif) repeat-x; */
  color:#FFF;
  font-weight:bold;
  /* display:block;
  float:left; */
  display: inline;
  text-align: center;
  /* padding:5px 14px 5px 14px; */
  /* margin: 0px 1px 0px 0px; */
  padding: 0;
  margin: 0;
  /* border: solid #6191C5 1px;
  border-width: 1px 1px 0px 1px; */
}

#primary a:hover {
  /* background-position:0% -42px; */
  text-decoration:none;
  color: #cbb257;
}

#primary a:active {
  /* background-position: 0% -84px; */
  color: #e1b20d;
}

#primary-active a {
  color: #c2990b;
}

