body
{
    background-attachment: fixed;
    background:#E8E8E8;
    margin: 0px;
    scrollbar-highlight-color: #0099ff;
    scrollbar-shadow-color: #0066ff;
    scrollbar-arrow-color: #ffffff;
    scrollbar-base-color: #0066ff
}
p
{
	font-size: 10pt;
	margin: 0px;
	vertical-align: middle;
	padding-top: 0px;
	font-family:verdana;
	align:center;
	text-align:center;
}
table.navbar
{
    border-right: 0px;
    padding-right: 0px;
    border-top: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 8pt;
    padding-bottom: 0px;
    margin: 0px;
    border-left: 0px;
    padding-top: 0px;
    border-bottom: 0px;
    font-family: verdana;
}
table.menu
{
    padding-right: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 7.5pt;
    padding-bottom: 0px;
    margin: 0px;
    color: white;
    padding-top: 0px;
    font-family: verdana;
    width:96px;
}
td.menunormal
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: white;
    padding-top: 0px;
    background:url(../Images/Header/button.png);
    height:29px;
    width:96px;
    border-right:1px solid #003e9c;
    border-left:1px solid #65a3ff;
}
td.menuhover
{
    background:url(../Images/Header/button.png);
    width:96px;
    color: #ADD8E6;
    border-right:1px solid #003e9c;
    border-left:1px solid #65a3ff;
}
div.menunormal
{
    display: none;
    position: static;
}
div.menuhover
{
    display:block;
    position:absolute;
    padding-top: 7px;
}
a.menuitem
{
    text-align:center;
    display: block;
    color: white;
    text-decoration: none;
}
a.menuitem:hover
{
    display: block;
    color: #ADD8E6;
    text-decoration: none;
}
td.submenunormal
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: white;
    padding-top: 0px;
    height:16px;
    width:96px;
    background:#0066ff;
    border-bottom:1px solid #003e9c;
    border-top:1px solid #65a3ff;
}
td.submenunormal
{
    color: #ADD8E6;
    background:#0066ff;
}
div.submenunormal
{
    display: none;
    position: static;
}
div.submenunormal
{
    display: block;
    position: relative;
    top:29px;
}

.t_center
{
    background:#E8E8E8;
    height:10px;
}

.b_center
{
    background:#E8E8E8;   
    height:10px;
}

.t_left
{
    background:url(../Images/Header/corner_top_left.png);
    width:10px;
    height:10px;
}
.t_right
{
    background:url(../Images/Header/corner_top_right.png);
    width:10px;
    height:10px;
}
.b_left
{
    background:url(../Images/Header/corner_bottom_left.png);
    width:10px;
    height:10px;
}
.b_right
{
    background:url(../Images/Header/corner_bottom_right.png);
    width:10px;
    height:10px;
}
.footer
{
    background:url(../Images/Header/button.png);
    height:29px;
}

.footer_left
{
    background:url(../Images/Header/footer_left.png);
    width:10px;
    height:29px;
}
.footer_right
{
    background:url(../Images/Header/footer_right.png);
    width:10px;
    height:29px;
}