Body
{
background-color: lightgray;
color: darkblue;
font-size: small;
font-family: "Arial", "Times New Roman", "Serif", "Tahoma";
font-style: normal;
font-weight: normal;
}

p
{
color: darkblue;
margin: 1em;
margin-top: 0em;
}

IMG
{
border: 2px solid black;
margin: 1em;
}

H1
{
color: darkblue;
font-size: xx-large;
text-align: center;
text-transform: capitalize;
}

H2
{
margin: .7em;
color: maroon;
font-size: x-large;
font-style: italic;
text-align: left;
text-transform: capitalize;
}

H3
{
margin: .7em;
color: maroon;
font-size: x-large;
font-style: italic;
text-align: center;
text-transform: capitalize;
}

H4
{
margin: .7em;
color: maroon;
font-size: x-large;
font-style: italic;
text-align: right;
text-transform: capitalize;
}

H5
{
color: darkblue;
font-size: large;
text-transform: capitalize;
}

H6
{
color: maroon;
font-size: large;
font-style: italic;
text-transform: capitalize;
}

A:link, A:visited, A:hover
{
color: darkblue;
font-weight: bold;
font-style: italic;
}

table tr
{
vertical-align: top;
}

table tr td
{
vertical-align: middle;
}

UL
{
list-style-type: circle;
margin-right: .5in;
}

OL
{
list-style-type: upper-alpha;
font-weight: lighter;
}
/* A B C D E etc. */

OL OL
{
list-style-type: decimal;
}
/* 1 2 3 4 5 etc. */

OL OL OL
{
list-style-type: lower-roman;
}
/* i ii iii iv v etc. */

OL OL OL OL
{
list-style-type: lower-alpha;
}
/* a b c d e etc. */

OL OL OL OL OL
{
list-style-type: upper-roman;
}
/* I II III IV V etc. */

DT
{
color: darkblue;
font-weight: bold;
}

DD
{
color: darkblue;
}

HR
{
color: darkblue;
size: 2;
width: "20%";
}

/* IFRAME
{
width: 100%;
border: 1px solid darkblue;
}
 */

#header
{
width: 100%;
}

#company-info
{
width: 50%;
float: right;
margin-right: 1em;
vertical-align: middle;
}

.Visible
{
display: inline;
}

.Hidden
{
display: none;
}

#pagefooter
{
text-align: center;
font-size: medium;
font-weight: bold;
}

#pagefooter a
{
font-size: small;
font-weight: normal;
}

#float-left
{
float: left;
}

#float-right
{
float: right;
}

#large
{
font-size: large;
}

#medium
{
font-size: medium;
}