@charset "ISO-8859-1";
.center {
    text-align: center;
}
.leftCol {
    display: inline;
    float: left;
    width: 180px;
}
.rightCol {
    display: inline;
}
ul li {
    text-align: left;
    text-indent: 10px;
    list-style-position: inside;
}

#container .lineItem .rightCol ul {
    white-space: nowrap;
}
.bold {
    font-weight: bolder;
}
.empasize {
    font-style: italic;
    font-weight: bolder;
}
.empasizeLink {
    font-style: italic;
    font-weight: bolder;
    text-decoration: underline;
}
.rightCol .quoteSignature {
    display: block;
    margin-top: 10px;
    margin-left: 200px;
}

.rightCol .description {
    display: block;
    margin-top: 10px;
    white-space: pre-wrap;
}

.noBreak {
    display: inline;
    position: relative;
    top: -50px;
    text-align: center;
    white-space: nowrap;
}

.pageTitle {
	width: 400px;
	display: inline-block;
	height: 110px;
}
.imgSpacing {
    margin-right: 5px;
}
.lineDivider {
    margin-left: 130px;
}
.style3 {
    font-size: 14px
}

