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

body { font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif; font-size: 12px;
}
strong, em, b, i { font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
}

.ninept {
	font-size: 9px;
}
.tenpt {
	font-size: 10px;
}
.elevenpt {
	font-size: 11px;
}
.elevenpt b{
	font-size: 11px;
}
.twelevept {
	font-size: 12px;
}
.thirteenpt {
	font-size: 13px;
}
.fourteenpt {
	font-size: 14px;
}
.fifteenpt {
	font-size: 15px;
}
.sixteenpt {
	font-size: 16px;
}
.seventeenpt {
	font-size: 17px;
}
.eighteenpt {
	font-size: 18px;
	letter-spacing: -1px;
	font-weight: bold;
}

.twentypt {
	font-size: 24px;
	letter-spacing: -2px;
	font-weight: bold;
}

.blktxt {
	color: #000000;
}

.leftbdr {
	background-image: url(../images/leftbdr.jpg);
	background-repeat: repeat-y;
	width: 100px;
}

.rightbdr {
	background-image: url(../images/rightbdr.jpg);
	background-repeat: repeat-y;
	width: 100px;
}

.paraone {
	font-size: 14px;
	line-height: 19px;
	text-align: justify;
}