

body {
	background-color: #ffffff;
	font-size: 10pt;
	font-family: Arial;
	color: #650d1b;
}

p {
	margin: 10px 0 10px 0;
	line-height: 20px;
	font-family: Arial;
}



a, a:link, a:active, a:visited {
	color: #858484;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #000000;
	
}




.navi {
	width: 180px;
}

.navi ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}

.navi ul li {
	display:inline;
}

.navi ul li a,
.navi ul li a:link,
.navi ul li a:visited,
.navi ul li a:active {
	background-image: url(../images/navi-rep.gif);
	background-repeat: repeat-y;
	height: 21px;
	line-height: 21px;
	display: block;
	padding: 0px 0px 0px 20px;
	color: #ff9600;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #929191;
	text-decoration: underline;
}

.navi ul li a:hover {
	background-image: url(../images/navi-rep-hover.gif);
	background-repeat: repeat-y;	
	color: #929191;
}





h1 { 
	background-image: url(../images/h1.gif);
	background-repeat: no-repeat;
	padding-left: 50px;
	color: #705449;
	font-size: 16pt;
	font-family: Arial;
	line-height: 38px;
	margin-bottom: 25px;
	border-bottom: 1px solid #ff9600;
}

.content {
	color: #858484; 
}


.home {
	color: #ffffff;
}

.home a,
.home a:link,
.home a:visited,
.home a:active {
	color: #ffffff;
	font-weight: normal;
}

.home a:hover {
	color: #000000;
}

.footer {
	color: #ffffff;
}

.footer a,
.footer a:link,
.footer a:visited,
.footer a:active {
	color: #ffffff;
	font-weight: normal;
}

.footer a:hover {
	color: #000000;
}
