body {
font-family: Arial;
font-size: 12px;
font-weight: normal;
margin: 30px;
padding: 0px;
background-color: #E8EFF2;
color: #000000;
}

p {
font-family: Arial;
font-size: 11px;
font-weight: normal;
color: #000000;
}

h1 {
font-family: Arial;
font-size: 25px;
font-weight: normal;
color: #ffffff;
background-color: transparent;
padding: 0px;
margin: 0px;
}

h1.subtitle {
font-family: Arial;
font-size: 13px;
font-weight: normal;
color: #ffffff;
background-color: transparent;
padding: 3px;
margin: 0px;
}

h2.subtitle {
font-family: Arial;
font-size: 8pt;
font-weight: normal;
color: #ffffff;
}

h3 {
font-family: Arial;
font-size: 8pt;
font-weight: normal;
color: #000000;
background-color: transparent;
}

li {
font-family: Arial;
font-size: 11px;
font-weight: normal;
line-height: 18px;
padding-bottom: 7px;
color: #000000;
background-color: transparent;
}

footer {
font-family: Arial;
font-size: 8px;
font-weight: normal;
text-decoration: none;
line-height: 8px;
color: #B2B2B2;
background-color: transparent;
}

copyright {
font-family: Arial;
font-size: 8px;
text-decoration: none;
font-weight: normal;
line-height: 10px;
color: #ffffff;
background-color: transparent;
}


table.navbar
{font-family: Arial;
font-size: 8pt;
font-weight: normal;
background-color: #B2B2B2;
border: 1px solid #000000; 
}

table.menu
{font-family: Arial;
font-size: 8pt;
color: #ffffff;
font-weight: normal;
}

td.menuNormal
{vertical-align: middle;
color: white;
padding: 3px;
}

td.menuHover
{color: white;
text-decoration: none;
font-weight: normal;
vertical-align: middle;
background-color: #B2B2B2;
padding: 3px;
}

div.menuNormal
{display: none;
position: static;
}

div.menuHover
{background-color: #B2B2B2;
display: inline;
position: absolute;
}

a.menuitem:link
{text-decoration: none;
color: white;
background-color: #B2B2B2;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: white;
background-color: #B2B2B2;
display: block;}

a.menuitem:hover
{text-decoration: none;
color: #000000;
background-color: #B2B2B2;
display: block;}

a.menuitem:active
{text-decoration: none;
color: white;
background-color: #B2B2B2;
display: block;}



