body {
	background-color: #b2a088;
	background-image: url(images/bg.jpg);
	margin: 10px;
	padding: 0;
}

body, table, td, p {
	font-family: sans-serif;
	font-size: 14px;
}

a, a:visited {
	color: #7D3701;
	text-decoration: none;
}

.x {x:#504536#7D3701}

a:hover, a:visited:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

h1 {
 text-align: center;
}

.txt,  .txt:visited, .txt:hover, .txt:visited:hover {
	color: black;
	text-decoration: none;
}

.text {
	background-image: url(images/book-bg.jpg);
	background-color: #E4D7C4;
	border: 1px solid #504536;
	padding: 10px;
	text-align: left;
}

*>.text {
	height: auto; 
}

.header {
	background-color: #E0D0B6;
	background-image: url(images/head-bg.jpg);
}

.title {
	font-size: 32pt;
}

.title2 {
	font-size: 14px;
	font-weight: bold;
}

.table {
	background-color: #FAEBD7;
	border: 1px solid #8B795E;	
}

.main {
	background: #f0e5d3 url(images/main/bg.jpg);
	padding: 10px;
}

.search {
	background: #f0e5d3 url(images/main/bg.jpg);
}

.menu {
	color: #504536;
	text-decoration: none;
}

.footer, .footer:visited {
	background: #E0D0B6 url(images/footer/bg.jpg);
	color: #504536;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
}
//#8B8378
th {
	font-size: small;
	font-weight: bold;
	text-align: center;
}

.col1 {
	background: #E6DACA url(images/main/bg1.jpg);
}

.col2 {
	background: #DDD1C3 url(images/main/bg2.jpg);
}

.col3 {
	background: #D4CBBA url(images/main/bg3.jpg);
}

.col4 {
	background: #CAC1B2 url(images/main/bg4.jpg);
}

.col5, .col0 {
	background: #C0B7A8 url(images/main/bg5.jpg);	
}

.col6 {
	background: #B7ADA1 url(images/main/bg6.jpg);
}

.fcol0 {
	color:  #555049;
}

.dashed-left {
	border-left: 1px dashed #504536;
}

.dashed-top {
	border-top: 1px dashed #504536;
}

.dashed-bottom {
	border-bottom: 1px dashed #504536;
}

.dashed-right {
	border-right: 1px dashed #504536;
}

.dashed-left {
	border-left: 1px dashed #504536;
}


.solid-left {
	border-left: 1px solid #504536;
}

.solid-top {
	border-top: 1px solid #504536;
}

.solid-bottom {
	border-bottom: 1px solid #504536;
}

.solid-right {
	border-right: 1px solid #504536;
}

.delim, .delim:hover, .delim:visited:hover  {
	border-right: 1px dotted #504536;
	padding-left: 1px;
	padding-right: 1px;
	vertical-align: sub;
	text-decoration: none;
}

.delim0, .delim0:hover, .delim0:visited:hover  {
	margin-right: 8px;
	vertical-align: sub;
	text-decoration: none;	
}

button, .button {
	background-color: #B7ADA1;
	background-image: url(images/main/bg6.jpg);
	border: 1px solid #555049;
}

.button0 {
	background-color: #C0B7A8;
	background-image: url(images/main/bg5.jpg);	
	border: 1px solid #555049;
}

form, .nomargin {
	margin: 0;
	padding: 0;
}

.noborder {
	border: 0;
}

.border {
	border: 1px solid black;
}

input, select {
	background-color: #E6DACA;
	background-image: url(images/main/bg1.jpg);
	border: 1px solid #8B795E;	
}

.disabled {
	color: grey;
}

#buffer {
	position: absolute;
	visibility: hidden;
	left: 0;
	top: 0;
}

.chapter {
	padding: 10px 0 10px 0;
	{*border-top: 1px dashed black;
	border-bottom: 1px dashed black;*}
}

.chapter p {
        margin-bottom: 0.21cm;
}

.letter, .letter a {
	padding: 1ex 0 1ex 0;
	font-weight: bold;
	text-decoration: none;
	color: black;
}

.letter .top {
	padding: 1ex 1em 1ex 1em;
}

.comment div {
  display: none;
  float: left;
  position: absolute;
  text-indent: 0;
  padding: 5px;
  background: #f0e5d3 url(images/main/bg.jpg);
  border: 1px solid black;
  width: 400px;
}

.comment:hover div {
  display: block;
}

.text-image-left {
  float: left;
  margin: 0 10px 5px 0;
}

.text-image-right {
  float: right;
  margin: 0 0 5px 10px;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  vertical-align: bottom;
  position: relative;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
