body {
    background: #ddd;
}

* {
    font-family: arial, helvetica, verdana;
    font-size: 11px;
}

input {
    height: 18px;
    font-size: 14px;
    border-width: 1px;
}

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

a:hover {
    text-decoration: underline;
}

p {
    padding-bottom: 15px;
    font-family: arial, helvetica, verdana;
}

span {
    font-family: arial, helveteica, verdana;
}

h1 {
    font-family: helvetica, arial, verdana;
    color: #005fa9;
    font-size: 32px;
	color: #666666 !important;
	line-height: 33px;
}

h2 {
    font-family: helvetica, arial, verdana;
    font-size: 15px;
    font-weight: bold;
	color: #666666 !important;
	line-height: 15px;
}

.clear {
    clear: both;
    height: 1px;
    font-size: 1px;
}

.error {
    color: #f00;
    font-weight: bold;
}

.button {
    background: #d00010;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
}

.orange {
    color: #f07100;
}

.grey {
    color: #666;
}

.blue {
    color: #005fa9;
}

.greyBoxContainer {
    float: left;
    display: inline;
	cursor:hand;
	cursor:pointer;
}

    .greyMarginBoth {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .greyMarginBottom {
        margin-bottom: 10px;
    }

    .greyBoxTop {
        width: 130px;
        height: 10px;
        padding: 10px;
        padding-top: 7px;
        padding-bottom: 13px;
        background: #e0ddd8;
        overflow: hidden;
        color: #005fa9;
    }

    .greyBoxContent {
        width: 130px;
        height: 80px;
        padding: 10px;
        background: #f5f4f2;
        overflow: hidden;
    }

.greyBoxWithBorderContainer {
    float: left;
    display: inline;
    width: 122px;
    height: 102px;
    background: #ebe7e4;
    padding: 10px;
    border: solid 4px #f3f2f0;
}

.topMenu {
    float: left;
    display: inline;
    width: 57.2em;
    height: 2.15em;
    background: #d00010;
}

    .topMenu img {
        position: relative;
        top: 2px;
    }

    .topMenu li {
        float: left;
        display: inline;
        text-align: left;
        padding-top: 3px;
        padding-right: 4px;
        font-size: 15px;
        font-weight: bold;
    }

    .topMenu a {
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        font-family: helvetica, arial, verdana;
    }

.footer {
    border-top: solid 4px #b8afa8;
    padding-top: 5px;
    padding-bottom: 10px;
}

    .footer li {
        float: left;
    }

li {
    padding-left: 5px;
    list-style: disc inside;
}

.subPageMenu li {
    list-style: none;
}

table tr {
	vertical-align: top;
}
