
a {
    text-decoration: none;
}

.textDecorationNone {
    text-decoration: none;
}

.width230px {
    width:230px;
}

.alignLeft {
    text-align: left;
}

.alignRight {
    text-align: right;
}

.noTextDecoration {
    text-decoration: None;
}

.margin20px {
    margin: 10px;
}

.marginLeftAuto {
    margin-left:auto;
}

.marginLeft5em {
    margin-left: 5em;
}

.marginLeft14em {
    margin-left: 14em;
}

.marginTop100px {
    margin-top: 100px;
}

.marginBottom50px {
    margin-bottom:50px;
}

.paddingLefAuto {
    padding-left:auto;
}

.paddingLeft50px {
    padding-left: 50px;
}

.height420px {
    height: 420px;
}

.inlineCenter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.textIndent11px {
    text-indent:11px;
}

.textIndent15px {
    text-indent:15px;
}

.textIndent20px {
    text-indent:20px;
}

.textIndent25px {
    text-indent:25px;
}

.textIndent2em {
    text-indent:2em;
}

.textIndent3em {
    text-indent:3em;
}

.textIndent6em {
    text-indent:6em;
}

.textIndent11em {
    text-indent:11em;
}

.textIndent12em {
    text-indent:12em;
}

.textIndent14em {
    text-indent:14em;
}

.textIndent15em {
    text-indent:15em;
}

.textIndent17em {
    text-indent:17em;
}

.paddingLeft60px {
    padding-left:60px;
}

.fontSize12px {
    font-size:12px;
}

.fontSize15px {
    font-size:15px;
}

.fontSize17px {
    font-size:17px;
}

.fontSize20px {
    font-size:20px;
}

.fontSize25px {
    font-size:25px;
}

.fontColorBlack {
    color: black;
}

.horizontalLine {
    height: 0px;
    width: 80%;
    border: 1px solid #D6D6D6;
    border-color: D6D6D6;
}

.sampleScriptDropdownMenuStyle {
    width:240px;
    font-size:12px;
}

.sampleScriptForLoop {
    text-indent:5em;
    color:#0000A0;
}

.color000000 {
    color:#000000;
}

.color0000A0 {
    color: #0000A0;
}