table {
    border-collapse: collapse;
}

th, td, tr, img {
    padding: 0;
    margin: 0;
    border: none;
}

    td img {
        display: block;
    }

div img {
    display: block;
}

A {
    text-decoration: none;
    color: #696969;
}

.Outer {
    width: 100%;
    background-position: 50% top;
    background-repeat: repeat-x;
    background-color: #959281;
    background-image: url(/Images/Misc/Background.gif);
}

.Inner {
    width: 710px;
    height: 549px;
    background-image: url(/Images/Misc/Frame.jpg);
    margin: auto;
}

.Body {
    font-family: sans-serif;
    font-size: 10pt;
    font-weight: bold;
    padding: 0;
    margin: 0;
    border: none;
    border-collapse: collapse;
    background-color: #959281;
}

.Unselected {
    color: #696969;
}

.Selected {
    color: #691C03;
}

.MenuLine {
    height: 2px;
    vertical-align: bottom;
}

.Contact {
    color: white;
    font-weight: bold;
    font-size: 18px;
}

.Name {
    color: yellow;
    font-size: 18px;
}

.container {
    float: left;
    width: 100%;
    position: relative;
}

#column1 {
    margin-right: 233px;
}

#column2 {
    float: left;
    width: 229px;
    margin-left: -229px;
}

#clipFooter {
    clear: both;
    padding-top: 4px;
    font-family: sans-serif;
    font-size: 10pt;
    color: dimgray;
    height: 16px;
    line-height: 16px;
    float: left;
    width: 100%;
}

#navButtons {
    padding-top: 4px;
    float: left;
    width: 36px;
    margin-left: -36px;
}

#showInfo {
    position: absolute;
    top: 33px;
    left: 121px;
    background-color: white;
    width: 220px;
    display: none;
    z-index: 10;
    border: 1px gray solid;
    filter: alpha(opacity = 85);
    opacity: 0.85;
}

div#showInfo table {
    margin: auto;
    width: 100%;
}

div#showInfo td {
    vertical-align: top;
}

div#showInfo .label {
    font-weight: normal;
    width: 71px;
    background-color: gainsboro;
    text-align: center;
    color: #333333;
}

div#showInfo .info {
    padding-left: 4px;
    padding-right: 4px;
    text-align: center;
    color: #333333;
}

div#showInfo .tier1 {
    color: #691C03;
    text-align: center;
}
.Title
{
	color:#691C03;
}
.Show
{
	color:Black;
}
.Detail
{
	color:#696969;
}