.text-12px {
	font-size: 12px;
	color: #666666;
	line-height: 18px;

}
.text-9pt {
	font-size: 9pt;
	color: #666666;
	line-height: 18px;

}
.text-10pt {
	font-size: 10pt;
	color: #666666;
	line-height: 18px;

}
.text-11pt {
	font-size: 11pt;
	color: #333333;
	line-height: 18px;

}
.text-bold {
	font-weight: bold;
	color: #333333;
	font-size: 11pt;
	line-height: 18px;


}
a:link {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:visited {
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
a:active {
	font-size: 12px;
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	font-size: 12px;
	color: #6633CC;
	text-decoration: underline;
}
.run-text {
	font-size: 11pt;
	line-height: 18px;
	color: #009900;
	text-decoration: none;
}
.border {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
.border-left-right {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: dotted;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.border-2 {
	border: 1px solid #333333;
}

