﻿body, td, th {
}

p {
    font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
    font-size: 12px;
    color: #666666;
    line-height: 16px;
    margin: 0px 6px 8px 0px;
    font-weight: normal;
}

ul {
    font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
    font-size: 12px;
    color: #666666;
    font-weight: normal;
    list-style-type: square;
    margin-left: -10px;
}

li {
    margin: 0px 0px 8px;
}


body {
    background-color: #FFFFFF;
    margin: 0px;
}

h1 {
    font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
    font-size: 18px;
    color: #006000;
    margin-left: 44px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

h1.twa {
    font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
    font-size: 18px;
    color: #006000;
    margin-left: 44px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

h2.twa {
    font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
    font-size: 14px;
    color: #006000;
    margin-left: 44px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

h5 {
    font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
    font-size: 14px;
    color: #006000;
    margin-top: 10px;
    margin-bottom: 6px;
}

h6 {
    font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
    font-size: 11px;
    font-weight: normal;
    line-height: 14px;
    color: #666666;
    margin-top: 0px;
    margin-bottom: 8px;
}

.mainBody {
    font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
    font-size: 12px;
    color: #666666;
}

.subHeads {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #0E2B8D;
    font-weight: bold;
}

.imageFloatLeft {
    float: left;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}


.copyright {
    font-size: 10px;
    font-family: "Trebuchet MS",Verdana,Arial,Sans-serif;
    color: #999999;
    text-decoration: none;
    position: relative;
    top: -10px;
    display: inline;
}

.copyright a {
    position: relative;
    color: #006000;
}

.copyright a:hover {
    text-decoration: none;
    background: #fff;
    color: #fff;
}

.bold {
    font-weight:bold;
}

.subnav {
    background-color: #00CC66;
}

#sectionNav {
    margin: 12px 8px 16px 0px;
    padding: 4px 4px 4px 10px;
    background-color: #E2EEE2;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

#sectionNav a {
    color: #996600;
}

#sectionNav a:hover {
    background-color: #996600;
    color: #FFFFFF;
    text-decoration: none;
}

a {
}

a:hover {
    color: #0E2A8D;
    text-decoration: none;
}

table.bidreview {
    border: solid black 1px;
    border-spacing: 10px;
    width: 75%;
}

table.bidreview th {
    text-align: center;
}

table.bidreview td {
    border: solid black 1px;
    padding: 5px;
    text-align: right;
}

.alternateRow {
    background-color:lightgray;
}

.bidMade {
    color:red;
    font-weight:bold;
}

.padding-top-20 {
    padding-top: 20px;
}

@keyframes l1 {
    0% {
        transform: perspective(150px) rotateX( 0deg)
    }

    100% {
        transform: perspective(150px) rotateX(180deg)
    }
}
