body {
	margin: 0;
	padding: 0;
	background-color: black;
	background-image:url('./graf/back2.jpg');
	background-position: top;
	/*background-repeat: no-repeat;*/
	font-family: 'lucida sans unicode', verdana, arial, sans-serif;
	font-size: 12px;
	color: #CECECE;
}

.bg80 {
	background-image:url('./graf/bg80.png');
}

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

.hr_line2 {
	height: 2px; 
}

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

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

.title16 {
	font-size: 16px;
}

.title14 {
	font-size: 14px;
}

a { 
	color: #99a1cb;
	text-decoration: none;
}

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