@charset "utf-8";
/* CSS Document */
.titles {
	font-size: 14px;
	color: #990000;
	font-weight:900;
	text-decoration:none
}
.titles a {
	font-size: 14px;
	color: #999900;
	font-weight:900;
	text-decoration:none;
}
.titles a:hover{
	font-size: 14px;
	color: #999900;
	font-weight:900;
	text-decoration:underline
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
	line-height:18px
}
.title a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #990000;
	text-decoration: none;
}
.title a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #999900;
	text-decoration:underline
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #333;
	text-align:justify;
	line-height:18px;
}
.artitle {
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #9f4a58;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	line-height:18px
}
.artitle a{
	font-size: 15px;
	font-weight: bolder;
	font-variant: normal;
	color: #bf9b9b;
	text-decoration: none;
	font-family:  Arial, Helvetica, sans-serif;
}
.artitle a:hover{
	font-size: 15px;
	font-weight: bold;
	font-variant: normal;
	color: #bf9b9b;
	text-decoration: underline;
}
#sitemap{
	color: #999900;	
}
#sitemap li, #sitemap li a{
	color:#999900;
	text-decoration:none;	
}
#sitemap li a:hover{
	color:#999900;
	text-decoration:underline;	
}
div.text ul{
	font-size: 15px;
	font-weight:bold;
	color:#333;	
}
div.text ul li a{
	font-size: 15px;
	font-weight:bold;
	color:#333;	
	text-decoration:none;
}

div.text ul li a:hover{
	font-size: 15px;
	font-weight:bold;
	color:#333;	
	text-decoration:underline;
}