#header {
    font-family: "Arial", "Verdana", "Tahoma";
    font-size: 100%;
    background: #ffffff;
    background-image: url(http://pienseycrezcarico.com/images/header.jpg);
    background-position: center top;
    margin: auto; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
    height: 150px;
}

#header h1 {
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 20pt;
    font-weight: bold;
    margin: 0px;
    padding-left: 150px;
    padding-top: 20px;
}

#header p {
    padding: 0px 0px 0px 150px;
    font-family: Tahoma;
    text-align: left;
    color: #FFFFFF;
    margin: 0px;
    font-size: 14px;
}

#header a:link {
    border: medium none;
    color: #FFFFFF;
    text-decoration: none;
}

#header a:active {
    border: medium none;
    color: #FFFFFF;
    text-decoration: none;
}

#header a:visited {
    border: medium none;
    color: #FFFFFF;
    text-decoration: none;
}

#header a:hover {
    border: medium none;
    color: #FFFFFF;
    text-decoration: none;
}

A {
    color: #666666;
    text-decoration: none;
}

A:hover {
    color: #000000;
    text-decoration: none;
}

td {
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #3E3E3E;
    text-decoration: none;
    border: none;
}

.inputsubmit {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    /*background-color: #DB8606;*/
    background-color: #000000;
    color: #FFFFFF;
    border: #666666;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px
}

.inputsubmit2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #FFFFFF;
    color: #666666;
    border: #333333;
    border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px
}

.barTxt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
    text-decoration: none;
    border: none;
}

.error {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #FF0000;
    text-decoration: none;
    border: none;
    font-weight: bold;
}

textarea {
    width: 100%;
}

.mainTable {
    background-color: #F4FAFF;
}

.mainTableAlt {
    background-color: #FFFFFF;
}

.mainTableOn {
    background-color: #FFFFF0;
}

.TableHeader {
    background-color: #E9E9E9;
}

.TableMsg {
    background-color: #ADADAD;
}

.TableHeaderText {
    color: #FFFFFF;
    font-size: 11px;
    font-weight: none;
}

.TableInfoText {
    color: #000000;
    font-size: 11px;
    background-color: #FFFFFF;
}

.priLow {
    background-color: #DDFFDD;
}

.priNormal {
    background-color: #FFFFF0;
}

.priHigh {
    background-color: #FEE7E7;
}

.privReceived {
    background-color: #3669CF;
    color: #3E3E3E;
}

.privBox {
    background-color: #FFFFFF;
}

.privBorder {
    background-color: Black;
}

.privAttachments {
    background-color: #94C7FF;
}

.msgReceived {
    background-color: #E9E9E9;
    color: #3E3E3E;
    font-size: 10px;
}

.msgAnswered {
    background-color: #FFE0B3;
    color: #3E3E3E;
    font-size: 10px;
}

.msgAttachments {
    background-color: #F4FAFF;
    color: #000000;
    font-size: 10px;
}

.msgBorder {
    background-color: #ADADAD;
}

.msgBorderInfo {
    background-color: #ffffff;
}

.msgBox {
    background-color: #F9F9F9;
}


