body {
	margin: 0;
	padding: 0;
	background: #a0a1a0 url('./graf/bg-lr.png') top center repeat-x;
	font-family: 'lucida sans unicode', verdana, arial, sans-serif;
	font-size: 12px;
	color: #ffffff;
}

td.newscontent img {
	border: 2px solid white;
}

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

.title, .title16, .title14, .pagetitle{
	font-family: 'lucida sans unicode', verdana, arial, sans-serif;
	font-size: 26px;
}

.pagetitle{
	font-variant: small-caps;
}

.title16 {
	font-size: 16px;
}

.title14 {
	font-size: 14px;
}

.mini { font-size: 10px; }

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

a:hover {
	color: white;
	text-decoration: underline;
}

a.ft { 
	color: #555555;
	text-decoration: none;
}

a.ft:hover {
	color: white;
	text-decoration: underline;
}