h1{
	color:black;
	font-size:10pt;
	font-weight: lighter;
}
.black10 {
	font-size: 10px;
}
.black12 {
	font-size: 12px;
}
.red12 {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.red10 {
	font-size: 10px;
	color: #FF0000;
}
.gray {
	font-size: 10px;
	color: #666666;
}
.black10-b {
	font-size: 10px;
	font-weight: bold;
}
.red10-b {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}
.red12-b {
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
}
.black12-b {
	font-size: 12px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: lighter;
	line-height: 10px;
}
h3 {
	font-size: 12px;
	font-weight: lighter;
	margin-top:20px;
}
h4 {
	font-size: 12px;
	font-weight: normal;
	margin-top:20px;
}
h5 {
	font-size: 12px;
	font-weight: normal;
	margin-top:20px;
}
h6 {
	font-size: 12px;
	font-weight: normal;
	margin-top:20px;
}
