BODY {
    font-family: Tahoma, Verdana, Arial, Sans-Serif;
	background-color: #E5E5E5;
    font-size: 13px;
    padding:0px;
}

A {
    text-decoration: none;
    color: #6A7074;   
    font-weight:bold;
}

A:hover {
    text-decoration: underline;
}

TD {
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
}

TH {
    font-family: Tahoma, Verdana, Arial;
    font-size: 13px;
    letter-spacing: 2px;
    text-align: left;
    font-weight:bold;
}

TABLE.mainTable {
    position: absolute;
    top:0px;
    left:0px;
}

TD H1 {
    font-family: courier new, courier;
    letter-spacing:8px;
    font-weight:bolder;
    font-size:62px;
}

TD H2 {
    font-family: courier new, courier;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bolder;
}

TD H3 {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: bolder;
    text-decoration: underline;
}

TD.naviCell {
    border-right: 2px dashed #97A0A5;
    background: #C7D2D9;
    color: #757C80;
    padding: 0px;
}

TD.naviTableCell {
    background: #C7D2D9;
    color: #757C80;
    padding: 10px;
}

TD.naviTableCellItem {
    font-size:11px;
    border-top: 1px solid #97A0A5;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 5px;
    padding-bottom: 2px;
    letter-spacing:2px;
    font-weight: bold; 
    color: #6A7074;       
    background: #C7D2D9;
}

TD.naviTableCellItemHover {
    font-size:11px;
    background: #E8F5FD;
    border-top: 1px solid #97A0A5;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 5px;
    padding-bottom: 2px;
    letter-spacing:2px;
    font-weight: bold;
    color: #575C5F;    
}

TD.naviTableCellItemHover A {
    text-decoration: none;
}

TD.contentCell {
    padding: 10px;
}

TD.bodyline {
    background-color: #FFFFFF;
    border: 2px #98AAB1 solid;
}

.small {
    font-size: 11px;
}

.small A {
    font-weight:normal;
}
