BODY {
margin: 0 0 0 0;
background-image: url('../images/bg.jpg');
background-attachment: fixed;
background-position: center 180px;
background-repeat: no-repeat;
background-color: #FFFFFF;
}

BODY,TD,TH {
font-family: verdana;
font-size: 12px;
}

.Heading {
font-size: 24px;
text-align: left;
width: 100%;
color: #3166EF;
}

.Subhead {
font-size: 16px;
}

.MainContent {
padding: 0 5 0 10;
}

TABLE.FactTable TD {
border-bottom: 1px solid #AAAAAA;
}

TD.HeadRow {
border-bottom: 3px double #000000;
background-image: url('../images/header_bg.jpg');
text-align: center;
}

TD.BreakRow {
font-size: 5px;
}

TD.MenuCell {
padding: 0 0 0 5;
}

TABLE.LeftMenu TD {
background-color: #3166EF;
border-bottom: 3px solid #000000;
border-right: 3px solid #000000;

}

TABLE.LeftMenu A {
padding: 5 5 5 5;
text-decoration: none;
color: #FFFFFF;
font-weight: bold;
width: 100%;
}

TABLE.LeftMenu A:Hover {
background-color: #15368A;
}

TABLE.LeftMenu TD.LeftMenuBreak {
background-color: transparent;
font-size: 3px;
border: none;
}