table.center {
    margin-left: auto;
    margin-right: auto;
}

p.MsoNormal {
    margin-bottom: .0001pt;
    font-size: 11.0pt;
    font-family: "Calibri","sans-serif";
    margin-left: 0cm;
    margin-right: 0cm;
    margin-top: 0cm;
}

img.LogoImage {
    width:100%;
    margin-left:0;
    margin-right:0;
    float:left;
}

p.ContactInfo {
    margin: 0px; 
    padding: 0px; 
    color: rgb(0, 0, 0); 
    font-family: Tahoma, Arial, Helvetica, sans-serif; 
    font-size: 12px; 
    font-style: normal; 
    font-variant: normal; 
    font-weight: normal; 
    letter-spacing: normal; 
    line-height: normal; 
    text-align: left; 
    text-indent: 0px; 
    text-transform: none; 
    white-space: normal; 
    word-spacing: 0px; 
    background-color: rgb(255, 255, 255);
}

span.small {
    font-size: small;
}

span.center {
    text-align: center;
}

td.divider {
    background-color: #014289;
}

th.ConstantWidthNarrowColumn5 {
    width: 18%;
}

th.ConstantWidthWideColumn5 {
    width: 28%;
}

th.ConstantWidthSuperNarrowColumn5 {
    width: 15%;
}

th.ConstantWidthSuperWideColumn5 {
    width: 40%;
}

table.SimpleListTable {
    margin-left: 16px;
    width: 100%;
    border-spacing: 8px 2px;
}

table.NarrowListTable {
    margin-left: 16px;
    border-spacing: 8px 2px;
}

table.VerticallySpaced {
    border-spacing: 8px 16px;
}

.changeset_table {
    width: 600px;
}

.release_table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 2px solid black;
}

.release_note {
    height: 22px;
}

.compat_note {
    height: 22px;
    text-align: center;
}

.release_current {
    background-color: lightgreen;
}

.release_future {
    background-color: deepskyblue;
}

.release_obsolete {
    background-color: lightpink;
}

.release_orange {
    background-color: #ffe0c1;
}

.table_left {
    border-right: solid black 2px;
    border-bottom: solid black 2px;
}

.table_right {
    border-bottom: solid black 2px;
}

.TitleBar {
    background-color: #014289;
    border-color: #014289;
    font-family: "Verdana";
    border-style: none;
    font-size: medium;
    color: white;
    height: 24px;
}

.TitleBar:hover {
    background-color: #262538;
}

.TitleImage {
    width: 1325px;
    height: 97px;
    background-color: #014289;
    text-align: right;
    padding: 0px;
    padding-left: 10px;
    border-bottom-style: none;
    border-bottom-color: #014289;
}

.SectionTitle {
    font-weight: bold;
    text-decoration: underline;
    font-family: "Verdana";
    font-size: medium;
}

.PageHeader {
    text-decoration: underline;
    font-family: "Verdana";
    font-size: larger;
}

.Updated {
    color:#ff0000;
}