body { 
	margin: 0px;
	padding: 0;
	color: #423b2a;
	background-color: black;
	font-family: "Lucida Sans Unicode", Helvetica, sans-serif, Verdana, Arial;
	font-size: 12px;
	text-align: justify; 
}

td {
	font-size: 12px;
}

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

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

.menu1, .menu2 {
	height: 30px; 
	width: 200px; 
	background-image:url('./graf/menu.jpg'); 
	background-position: top left; 
	background-repeat: no-repeat;
	padding-left: 10px; 
  /*	border-bottom: 1px dotted #423b2a;*/
	text-align: left;
}

.menu2 {
	background-image:url('./graf/menu2.jpg'); 
	padding-left: 20px; 
}

.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;
}

hr { 
	background-color: #FFFFFF;
	color: #423b2a;
	height: 1px;
}

.letter, .letter18, .letter16, .letter14, .letter12{
	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;
}

.letter12{
	font-size: 12px;
}

.mini { font-size: 10px; color: #999999}
