

.margin_t_0 {
        margin-top:0px;
}

.margin_b_10 {
        margin-bottom:17px;
}

.margin_l_40 {
        margin-left:40px;
}

.margin_clr {
        margin:0px;
}

.bold_norm {
        font-weight:normal;
}

.bold_400 {
        font-weight:400;
}

.bold_600 {
        font-weight:600;
}

.italic_norm {
        font-style:normal;
}

.italic {
        font-style:italic;
}

.fnt_sz_0_65 {
        font-size:0.65em;
}

.fnt_sz_0_8 {
        font-size:0.8em;
}

.fnt_sz_1_1 {
        font-size:1.1em;
}

.fnt_sz_1_4 {
        font-size:1.4em;
}

.fnt_sz_2_0 {
        font-size:2.0em;
}

.txt_c {
        text-align:center;
}

.txt_l {
        text-align:left;
}

.txt_r {
        text-align:right;
}

.black {
        color:black;
}

.maroon {
        color:#660000;
}

.teal {
        color:#007178;
}

.border_none {
        border:none;
}

.border_clr_all_but_top {
        border-bottom: none;
	  border-left: none;
	  border-right: none;
}

.txt_decoration_none_w_hover {
        text-decoration: none;
}

.txt_decoration_none_w_hover:hover {
        text-decoration: none;
}

.txt_underline {
        text-decoration: underline;
}

.float_left {
        float: left;
        margin-left: 5px !important;
        margin-right: 10px !important;
}

.float_right {
        float: right;
        margin-left: 10px !important;
        margin-right: 5px !important;
}

.odd {
        background-color: #eeeeee;
	  padding:5px;
}

.even {
        background-color: #cccccc;
}

.list-no-bullet {
	list-style-type: none;
	list-style-image: none;
}





