body {
	margin: 0;
	padding: 0;
	background: #080400;
	font-family: 'lucida sans unicode', verdana, arial, sans-serif;
	font-size: 12px;
	color: #402000;
}

body.intro {
	background: url('./graf/intro_bg.jpg') top repeat-x #ede1b7;
}

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

.title, .title16, .title14, .title20, .pagetitle{
	/*font-family: georgia, 'times new roman', serif;*/
	font-size: 32px;
}

.title20 {
	font-size: 20px;
}

.title16 {
	font-size: 16px;
}

.title14 {
	font-size: 14px;
}

#uppermenu{
  font-family: arial, sans-serif;
  font-size: 17px;
  color: #cfba5a; 
}

#uppermenu a {
   color: #cfba5a; 
}

#uppermenu a:hover {
   color: white; 
}

a { 
	color: #8C672F;
	text-decoration: none;
}

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

td.ft, td.ft2 { 
	font-size: 11px;
	color: #cfba5a;
}
