body { 
	margin: 0px; 
	padding: 0px; 
	background-image:url('./graf/b_up_dn.jpg'); 
	background-position: top center; 
	background-repeat: repeat-y; 
	background-color: #e8ddc7;
	font-family: "Lucida Sans Unicode", Helvetica, sans-serif, Verdana, Arial;
	color: #8e8570;
	font-size: 12px;
	text-align: justify; 
}

body.intro { 
  background-image:none; 
}

td {
	text-align: justify; 
}

.hr_line, .hr_line_nomargin {
	height: 1px; 
	background-image:url("./graf/line.gif"); 
	background-repeat: repeat-x;
	margin-top: 5px;
	margin-bottom: 5px;
}

.hr_line_nomargin {
	margin: 0px;
}

a{
	color: #a88740;
	text-decoration: none;
}

a:hover{
	color: #483800;
	text-decoration: underline;
}

hr { 
	background-color: #000000;
	color: #1a0107;
	height: 1px;
}

.header{
	font-family: georgia, "times New Roman";
	font-size: 18px;
	font-weight: normal;
	font-variant: small-caps;
	color: #a88740;
}

.letter, .letter18, .letter16, .letter14{
	font-family: georgia, "times New Roman";
	font-size: 22px;
	font-weight: normal;
	/*font-variant: small-caps;*/
}

.letter18{font-size: 18px;}

.letter16{font-size: 16px;}

.letter14{font-size: 14px;}

.mini {font-size: 9px;}
