* {
margin: 0px;
padding: 0px;
}





body {
	background-color: #f8cee2;
	font-size: 10pt;
	font-family: Arial, Verdana, Helvetica;
	color: #ffffff;
}

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



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

a:hover {
	color: #000000;
	
}


.navi-top {
	width: 200px;
	height: 26px;	
}

.navi {
	width: 200px;
}

.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 5px 0px 5px;
	color: #000000;
	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: #000000;
}


.navi ul ul li {
	display:inline;
}


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

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

.navi-bottom {
	background-image: url(../images/navi-bottom.gif);
	background-repeat: no-repeat;
	width: 200px;	
	height: 26px;
}



h1 { 
	color: #000000;
	font-size: 14pt;
	font-family: Arial, Verdana, Helvetica;
	line-height: 30px;
	margin-bottom: 15px;
	border-bottom: 1px solid #892347;
}

.content {
	color: #858484; 
	padding: 0px 10px 0px 10px;
	text-align: left;
}


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