/* style.css */
/* This is the cascading style sheet page that links to any HTML page
holding a LINK to it */

TABLE.tight {
padding-top : 0;
padding-bottom : 0;
margin-top: 0px;
margin-bottom: 0px
}

TD.tight {
padding-top : 0;
padding-bottom : 0;
margin-top: 0px;
margin-bottom: 0px;
}


HR.content-divider {
color: navy;
width: 400;
margin-top: 0;
margin-bottom: 0;
}

A.normal {
color: blue;
font-family: Verdana;
font-size: 12;
}

A.navy {
color: navy;
font-family: Arial;
font-size: 14;
}


A.edit_link {
color: navy;
font-family: Arial;
font-size: 14;
}


dt.nav {
font-family: Arial, sans-serif;
font-size: 9pt;
color: navy;
font-weight: bold;
margin-left: 5;
margin-right: 0;
}

dd.nav {
font-family: Arial, sans-serif;
font-size: 9pt;
color: navy;
margin-left: 5;
margin-right: 0;
}

dt.nav-lg {
font-family: Arial, sans-serif;
font-size: 11pt;
color: navy;
font-weight: bold;
margin-left: 5;
margin-right: 0;
}

dd.nav-lg {
font-family: Arial, sans-serif;
font-size: 10pt;
color: navy;
margin-left: 5;
margin-right: 0;
}

A.nav {
font-size: 9pt;
color: navy;
font-family: Arial, sans-serif;
}



P.h1 {
color: navy;
font-family: Arial;
font-size: 16;
font-weight: bold;
margin-top: 0px;
margin-bottom: 5px;
}

P.h2 {
color: navy;
font-family: Arial;
font-size: 26;
font-weight: bold;
margin-top: 0px;
margin-bottom: 5px;
}

P.h3 {
color: navy;
font-family: Arial;
font-size: 20;
font-weight: bold;
margin-top: 0px;
margin-bottom: 5px;
}

P.list {
color: navy;
font-family: Arial;
font-size: 12;
margin-left: 20px;
margin-top: 0px;
margin-bottom: 5px;
}



p.h1b {
margin: 0cm;
color: blue;
font-family: Verdana;
font-size: 19;
font-weight: bold;
}

p.h1ba {
margin: 0cm;
color: blue;
font-family: Verdana;
font-size: 17;
font-weight: bold;
}

P.normal {
color: navy;
font-family: Arial;
font-size: 12;
margin-top: 0px;
margin-bottom: 5px;
}

P.normalSm {
color: navy;
font-family: Arial, sans-serif;
font-size: 8pt;
margin-top: 0px;
margin-bottom: 5px;
}


P.center {
color: navy;
font-family: Arial;
font-size: 12;
font-align: center;
margin-top: 0px;
margin-bottom: 5px;
}

P.bold {
color: navy;
font-family: Arial;
font-size: 12;
font-weight: bold;
margin-top: 0px;
margin-bottom: 5px;
}

P.italic {
color: navy;
font-family: Arial;
font-size: 12;
font-style: italic;
margin-top: 0px;
margin-bottom: 5px;
}

P.italicSm {
color: navy;
font-family: Arial;
font-size: 10;
font-style: italic;
margin-top: 0px;
margin-bottom: 5px;
}

P.italic_redSm {
color: red;
font-family: Arial;
font-size: 10;
font-style: italic;
margin-top: 0px;
margin-bottom: 5px;
}


P.h1brown {
color: 432611;
font-family: Arial;
font-align: center;
font-size: 16;
font-weight: bold;
margin-top: 0px;
margin-bottom: 5px;
}

P.brown {
color: 432611;
font-family: Arial;
font-size: 12;
margin-top: 0px;
margin-bottom: 5px;
}


P.brown_bold {
color: 432611;
font-family: Arial;
font-size: 12;
font-weight: bold;
margin-top: 0px;
margin-bottom: 5px;
}

P.brown_italic {
color: 432611;
font-family: Arial;
font-size: 12;
font-style: italic;
margin-top: 0px;
margin-bottom: 5px;
}

P.brown_italic_sm {
color: 432611;
font-family: Arial;
font-size: 10;
font-style: italic;
margin-top: 0px;
margin-bottom: 5px;
}


OL.brown {
color: 432611;
font-family: Arial;
font-size: 12;
list-style: list-style-type: square;
margin-top: 0px;
}

UL.normal {
background: ;
color: navy;
font-family: Arial;
font-size: 10;
font-style: italic;
padding-bottom : 0;
padding-top : 0;
border-top : 0 none ;
border-bottom : 0 none ;
margin-bottom : 0;
margin-top : 0;
list-style: list-style-type;
}

UL.bold {
background: ;
color: navy;
font-weight: bold;
font-family: Arial;
font-size: 12;
font-style: italic;
padding-bottom : 0;
padding-top : 0;
border-top : 0 none ;
border-bottom : 0 none ;
margin-bottom : 0;
margin-top : 0;
list-style: list-style-type;
}


LI.bold {
color: navy;
font-family: Arial;
font-size: 12;
font-weight: bold;
list-style: list-style-type;
margin-top: 0px;
}

LI.italic {
color: navy;
font-family: Arial;
font-size: 10;
list-style: list-style-type;
margin-top: 0px;
}



H1.banner {
color: navy;
font-family: Arial;
font-size: large;
}


.input-box
{
color: navy;
background: white;
border: #26a solid 1px
}

.submit-button
{
font-family: Arial, Helvetica, Sans-serif;
font-size: 11px;
color: white;
background: 4289D7;
border: 2px #9cf outset
} 

fieldset
{
border: #26a solid 1px;

}

legend
{
background: navy;
font-family: Arial, Helvetica, Sans-serif;
font-size: 11px;
color: white;
border: #26a solid 1px;
padding: 1px 10px
} 


FORM.tight
{ 
margin-top: 0; 
margin-bottom: 0; 
}
