@charset "utf-8";
/* CSS Document */

.p {
	font-size: 10pt;
	color: 333;
	font-family: "Times New Roman", Times, serif;
}
.bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #333;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #930;
}
.link{
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bolder;
	color: #930;
	text-decoration: none;
}
.link:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-weight: bolder;
	color: #930;
	text-decoration: underline;
}
.linksm{
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #930;
	text-decoration: none;
}
.linksm:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bolder;
	color: #930;
	text-decoration: underline;
}
.boldlg {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #000;
}

