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




.legalContracts h1 {
font-size: 16px;
text-align: center;
margin-bottom: 10px;
}

.legalContracts p, .legalContracts li {
font-size: 12px;
margin-top: 5px;
margin-bottom: 5px;
line-height: 1.3;
}

td {
font-size: 12px;
padding: 2px;
}

.legalContracts .left {
text-align: left;
}

.legalContracts .right {
text-align: right;
}

.legalContracts .txtarea {
font-size: 11px;
text-align: center;
color: navy;
}

.legalContracts .bold {
font-weight: bold;
}

.lg_bold {
font-weight: bold;
font-size: 14px;
}

.legalContracts .underline {
border-bottom: 1px solid #000;
}

._title {
font-weight: bold;
font-size: 14px;
}

.termNum {
vertical-align: top;
padding-right: 10px;
}

.centerTitle {
text-align: center;
font-weight: bold;
font-size: 14px;
}

.tab_title {
margin-left: 10px;
font-weight: bold;
font-size: 14px;
}

.med_bold_center {
font-weight: bold;
text-align: center;
}

.legalContracts .top_nav {
margin: 8px 10px 10px 10px;
padding: 5px;
border: 1px solid #888;
background: #CED8C5;
text-align: center;
}

#lc_instructions {
border: 2px solid red;
padding: 0 5px;
margin: 5px;
background: #FFFF99;
text-align: center;
}


