.nomargin {margin: 0px;
           background: #FFFFFF}

.withmargin {margin: 8px;
           background: #FFFFFF}

body, a, div, td {font: 10pt "Arial" sans-serif;}

.leftmenu {background: #F0F0F0; padding: 8px;
           border-right: 1px dashed gray;
           width: 140px}

a {text-decoration: none}
a:link {color: #000000}
a:visited {color: #000000}
a:hover {color: #000000}
a:active {color: #000000}

.link:link {text-decoration: underline; color: #234E79;}
.link:visited {text-decoration: underline; color: #234E79;}
.link:hover {text-decoration: underline; color: #234E79;}
.link:active {text-decoration: underline; color: #234E79;}

.nulink:link {text-decoration: none; color: #234E79;}
.nulink:visited {text-decoration: none; color: #234E79;}
.nulink:hover {text-decoration: none; color: #234E79;}
.nulink:active {text-decoration: none; color: #234E79;}

.link_style {color: #234E79; text-decoration: underline}
    

.borderedtable td { border: 1px solid gray; padding: 3px; }
.nobordertable td { border: 0px; padding: 3px; }
table.borderedtable { border-collapse: collapse; }

.titlebar {background: #003300}

li {list-style-image: URL(images/bullet_1.png)}

.boldfont {font-weight: 800}
.italicfont {font-style: italic}
.underlinefont {text-decoration: underline}
.boldunderline {font-weight: 800; text-decoration: underline}
.bolditalic {font-weight: 800; font-style:italic}
.smallitalic {font: 9pt; font-style: italic}
.smallfont {font: 9pt}
.redfont {color: #CC0000}
.bigboldfont {font-weight: 800; font-size: 14pt}

.name_cell {width: 170} 
.title_cell {width: 170}
.phone_cell {width: 120}
.address_cell {width: 170}
.department_cell {width: 260}

.centercontent {padding-left: 15px;
                padding-right: 15px;
                padding-top: 15px}

.margin-first {margin-left: 50px};
.margin-second {margin-left: 55px};
.margin-third {margin-left: 60px};
.margin65 {margin-left: 65px};
.margin70 {margin-left: 70px};
.margin75 {margin-left: 75px};

.very_short {width: 50 px; border: 1px solid #AAAAAA}

.short {width: 150px; 
        border: 1px solid #AAAAAA}

.medium {width: 175px; 
        border: 1px solid #AAAAAA}

.long  {width: 230px; 
        border: 1px solid #AAAAAA}

.medium_textarea  {border: 1px solid #AAAAAA}

.shaded {background: #AFB4B9;}

.background1 {background: #00D5FF; text-align: center}
.background2 {background: #D7AEFF; text-align: center}
.background3 {background: #FFFDA9; text-align: center}
.background4 {background: #D4FDD5; text-align: center}
.background5 {background: #FFD5A9; text-align: center}
.background6 {background: #FFADD6; text-align: center}

.allborders {border-left: 1px solid black; border-right: 1px solid black;
             border-top: 1px solid black; border-bottom: 1px solid black;}
.leftborder {border-left: 1px solid black}
.leftbottomborder {border-left: 1px solid black; border-bottom: 1px solid black;}
.rightborder {border-right: 1px solid black}
.rightbottomborder {border-right: 1px solid black; border-bottom: 1px solid black;}
.righttopbottomborder {border-right: 1px solid black;
             border-top: 1px solid black; border-bottom: 1px solid black;}

.noborderpadding {border:0px; padding:0px}
