.txt10 {
	font-size: 10px;
	line-height: 150%;
	color: #333333;
}
.txt11 {
	font-size: 11px;
	line-height: 150%
}
.txt12 {
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}
.txt13 {
	font-size: 13px;
	line-height: 150%
}
.txt14 {
	font-size: 14px;
	line-height: 150%
}

.txt13_Bold {
	font-size: 13px;
	line-height: 150%;
	font-weight: bold
}
.txt14_Bold {
	font-size: 14px;
	line-height: 150%;
	font-weight: bold
}
.txt15_Bold {
	font-size: 15px;
	line-height: 150%;
	font-weight: bold
}
.txt16_Bold {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold
}
.txt17_Bold {
	font-size: 17px;
	line-height: 150%;
	font-weight: bold
}
.txt18_Bold {
	font-size: 18px;
	line-height: 150%;
	font-weight: bold
}

.Blue-txt18 {
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	color: #003399
}
.Green-txt18 {
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	color: #009999
}

h2 {
	font-size: 17px;
	margin-bottom: 8px;
	line-height: 150%;
}
h3 {
	font-size: 12px
}

a:link		{color:#333333;text-decoration:none}
a:visited	{color:#666666;text-decoration:none}
a:hover     {
	color:#FF6600;
	text-decoration:underline
}

