@charset "utf-8";
/* CSS Document */

.style1 {
	font-size: xx-large;
	font-weight: bold;
	font-style: italic;
	color: #990000;
}
.forText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006633;
}
.forText2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #006633;
}
.style2 {
	color: #990000;
	font-weight: bold;
}