body { 
	margin: 0px;
	padding: 0;
	color: #352e00;
	/*color: #605738;*/
	background-image:url("./graf/bg1.jpg"); 
	background-repeat: repeat-x;
	background-position: top;
	background-color: #cfc49d;
	font-family: georgia, "times New Roman", serif;
	font-size: 12px;
	text-align: justify; 
}

td {
	font-size: 12px;
	text-align: justify; 
}

a{
	color: #74520a;
	/*text-decoration: none;*/
}

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

a.menu2:hover{
	color: #FFF0D4;
}

.menu {
	font-family: "Times New Roman", georgia, serif;
	font-size: 16px;
	font-variant: small-caps;
	text-align: center; 
	vertical-align: middle;
	background-image:url('./graf/menubar.jpg'); 
	color: #7A7A7A;
}

.menu a {
	text-decoration: none;
}

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

.hr_line_nomargin {
	margin: 0px;
}

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

.letter18{
	font-size: 18px;
}

.letter16{
	font-size: 16px;
}

.letter14{
	font-size: 14px;
}

.letter12{
	font-size: 12px;
}

.mini { font-size: 10px; }