/* standard color */ 
body {
    font-family : verdana, arial, helvetica, sans-serif; 
    font-size : 15px;
    color : #000000;
    background : #dfdfdf;
}

/* set margins on body content and focus tables with a div */
/* (classing the table does nix in Nav4) */
.margins {
    margin-left: 2%;
    margin-right: 2%;
}

.manage_title {
font-family: "Helvetica", "Times New Roman", "sans-serif";
color: #FFFFFF;
font-size: 9pt;
font-weight: light;
font-variant: normal;
width: 70%;
text-align: center;
background-color: #6699CC;
border: 1px solid black;
padding: 5px;
margin: 10pt;
text-indent: 2pt;
line-height: 15pt;
}

.boxborder {
BORDER-RIGHT: #000000 1px solid; BORDER-TOP: #000000 1px solid; 
BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid
}

.boxborderR{
BORDER-TOP: #000000 1px solid; 
BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid
}

.boxborderNOTOP{
BORDER-RIGHT: #000000 1px solid;
BORDER-LEFT: #000000 1px solid; BORDER-BOTTOM: #000000 1px solid
}

.boxborderL{
BORDER-BOTTOM: #000000 1px solid;
BORDER-RIGHT: #000000 1px solid;
}

.boxborderRIGHT{
BORDER-RIGHT: #000000 1px solid;
}

p {
    font-size : 15px;
    font-family : verdana, arial, helvetica, sans-serif; 
    color : #003333;
}

h1 {
    font-size : 24px; 
    font-weight : bold; 
    font-family : verdana, arial, helvetica, sans-serif; 
    color : #777777; 
    background : transparent;
}

h2 {
    font-size : 22px; 
    font-weight : bold; 
    font-family : verdana, arial, helvetica, sans-serif; 
    color : #555555; 
    background : transparent;
}

h2.right {
    font-size : 20px; 
    font-weight : bold; 
    font-family : verdana, arial, helvetica, sans-serif; 
    color : #555555; 
    background : transparent;
    text-align : right; 
}

h3 {
    font-size : 18px; 
    font-weight : bold; 
    font-family : verdana, arial, helvetica, sans-serif; 
    color : #444444; 
    background : transparent;
}

h4 {
    font-size: 11px;  
    font-family : verdana, arial, helvetica, sans-serif; 
    color: #343434;
    background : transparent;
}

td {
    font-size : 12px; 
    font-family : arial, helvetica, sans-serif; 
    color : #444444; 
}

ul {
    font-size : 11px; 
    font-family : verdana, arial, helvetica, sans-serif; 
    color : #444444; 
    background : transparent;
}

form {
    margin : 0px;
    padding : 0px;
    border : 0px;
}

input {
    font-family : clean, fixed, courier, monospace; 
    font-size : 12px; 
    color : #070707;
    background : #d7d7d7;
    border-left : 1px solid #333333;
    border-top : 1px solid #333333;
    border-right : 1px solid #333333;
    border-bottom : 1px solid #333333;
}

input[type="submit"]:hover, input[type="button"]:hover { 
    color : #ffffff; 
    background : #d7d7d7; 
}

input[type="submit"]:focus, input[type="button"]:focus { 
    color : #ffffff; 
    background : #e7e7e7;
}

a:link {
    color : #000080;
    text-decoration : none;
}

a:visited {
    color : #000080;
    text-decoration : none;
}

a:active {
    color : #3399cc;
}

a:hover {
    color : #005050;
    text-decoration : underline;
}
