/* CSS Document */

p {
	font-family: Optima;
	font-size: 12px;
	line-height: 18px;
	color: #666666;
	border-left: 0px;
}

.title {
	font-family: Papyrus;
	font-size: 24px;
	line-height: 40px;
	color: #333333;
}
.navigation {
	font-family: Papyrus;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
	width: 134px;
}


.navigation:hover{
	font-family: Papyrus;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #FFFFFF;
	display: block;
	padding: 2px;
	width: 134px;
	text-decoration: none;
}
.dots {
	font-family: Optima;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
	line-height: 5px;
}
.dots_hiLine {
	font-family: Optima;
	font-size: 16px;
	font-style: normal;
	line-height: 3px;
	color: #333333;
	text-decoration: none;
}
