@charset "utf-8";
/* CSS Document */
.fs10 {
	font-size: 10px;
}
.fs11 {
	font-size: 11px;
}
.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
.fs22 {
	font-size: 22px;
}
.fs24 {
	font-size: 24px;
}
.fs28 {
	font-size: 28px;
}
.fs30 {
	font-size: 30px;
}
.fs150p {
	font-size: 150%;
}
.fs130p {
	font-size: 130%;
}
.fs120p {
	font-size: 120%;
}
.fs80p {
	font-size: 80%;
}
.fwn {
	font-weight: normal;
}
.fwb {
	font-weight: bold;
}
.fi {
	font-style: italic;
}
.black{
	color: #000;
}
.dblue {
	color: #005296;
}
.dbluebk {
	background-color: #005296;
}
.mblue {
	color: #1f6fb9;
}
.lblue {
	color: #3e8ede;
}
.lbluebk {
	background-color: #3e8ede;
}
.red {
	color: #f00;
}
.redbk {
	background-color: #f00;
}
.white {
	color: #fff;
}
.lgrey {
	color: #ccc;
}
.lgreybk {
	background-color: #ccc;
}
.grey {
	color: #999;
}
.greybk {
	background-color: #999;
}
.yellowbk {
	background-color: #ffc;
}
.ds {
	display: block;
}
.spacer4 {
	margin-bottom: 4px;
}
.fc {
	text-align: center;
}
.width25p {
	width: 25%
}
.width30p {
	width: 30%
}
.width21p {
	width: 21%
}
.width46p {
	width: 46%
}
.width48p {
	width: 48%
}
.width50p {
	width: 50%
}
.width75p {
	width: 75%
}
.width100p {
	width: 100%
}
.middle {
	margin-left: auto;
	margin-right: auto;
}
.lineh24 {
	min-height: 24px;
}
.lines130p {
	line-height: 130%
}
.lines150p {
	line-height: 150%
}
.pad8 {
	padding: 8px;
}
.borderw1 {
	border: 1px #fff solid;
}
.borderb1 {
	border: 1px #000 solid;
}
