
body {
    margin: 0 auto;
    padding: 0;
    background: #efefef;
    background: white;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    color: #555555;
}

.test {
    background: #eeeeee;
}

.inner {
    background: #eeeeee;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 960px;
    min-width: 960px;
    max-width: 960px;
    min-height: 600px;
    background: red;
    background: white;
    position: relative;
}

.loginbar {
    background: #e0e0e0;
}

.navbar {
    background: #e0e0e0;
    background: white;
}

td {
    text-align: center;
    text-align: right;
}

.titlenav {
    text-decoration: underline;
    color: #365f91;
}

.freeQuote {
    color: #365f91;
    font-weight: bold;
}

a {
    color: #555555;
    text-decoration: none;
}

a:hover {
    color: #3b73b9;
}

.navBarActive {
    color: #999999;
}

.box {
    background: #eeeeee;
    background: white;
    border: 1px solid #cccccc;
}

.tableview {
    background: #eeeeee;
}

.title {
    color: black;
    font-weight: bold;
    font-size: 36px;
}

.formtitle {
    color: black;
    font-weight: bold;
    font-size: 20px;
    height: 24px;
}

.formsubtitle {
    color: #555555;
    font-weight: normal;
    font-size: 14px;
    height: 20px;
}

.textlabel {
    height: 14px;
    color: #222222;
}

.textfield {
    height: 14px;
    border: 1px solid #cccccc;
}

.dropdown {
}

.labelfield {
}

input {
}

textarea {
}

.labeldropdown {
}

form {
    margin: 0;
}


