/* DirectMortgage.com site-wide style for HTML */

body, table, tr, th, td, input, textarea, select, option {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666699;
}

table, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: none;
    border-spacing: 0px;
    border-collapse: collapse;
    text-align: left;
    vertical-align: top;
}

/*
a {
    font-size: 10px;
    color: #cc6633;
    text-decoration: none;
}

a:hover {
    font-size: 10px;
    color: #990000;
    text-decoration: none;
}
*/

.home-nav {
    border-top:     1px solid #636768;
    border-left:    1px solid #636768;
    border-bottom:  1px solid #636768;
}

.cons-nav {
    padding: 2px;
}

.cons-nav p {
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
}

.cons-nav a, .cons-nav a:visited {
    color: blue;
}

.cons-nav a:hover, .cons-nav a:active {
    color: red;
}

table.struct1 td {
    border: 1px solid #ccccff;
}

table.struct2 {
    width: 100%;
}

table.struct2 td {
    border: none;
    padding: 2px;
}

table.struct2 th {
    padding: 2px;
    background-color: #386ca5;
    color: white;
    font-weight: bold;
}

.error {
    font-weight: bold;
    color: red;
}

