body {
    background:rgb(201,201,135) url("background.gif") repeat-x;
    margin:0px;
}

.normal {
    font-family:"Times New Roman",serif;
    font-size:11pt;
    font-color:black;
    width:500px;
    margin-left:65px;
}

.normal:first-letter {
    font-size:15pt;
    font-weight:bold;
}

a:link,a:visited,a:active {
    text-decoration:none;
    color:#6F1010;
}

a:hover {
    text-decoration:none;
    color:#BD1C1C;
}

h2 {
    font-family:Tahoma,Verdana,Arial;
    font-size:12pt;
    font-color:#75754E;
    font-weight:bold;
    margin-left:55px;
}

h3 {
    font-size:12pt;
    margin-left:65px;
    text-decoration:underline;
    font-weight:normal;
}

.mel {
    font-style:italic;
    width:500px;
    margin-left:65px;
}

.caro {
    width:500px;
    margin-left:65px;
}

.navig {
    font-family:Tahoma,Verdana,Arial;
    font-size:10pt;
    margin-left:25px;
    margin-top:15px;
    margin-bottom:15px;
}

.small {
    font-size:10pt;
    margin-left:65px;
    margin-top:15px;
    margin-bottom:15px;
    width:500px;
}

table.comments {
    width:500px;
    border-collapse:collapse;
    margin-left:65px;
}

table.comments th {
    font-weight:normal;
    font-family:Tahoma,Verdana,Arial;
    font-style:italic;
    font-size:10pt;
    padding-top:15px;
    padding-left:5px;
    padding-right:5px;
    padding-bottom:5px;
    text-align:left;
}

table.comments td {
    padding:5px;
    background:rgb(221,221,155);
}

.messagebody {
    font-family:"Times New Roman",serif;
    font-size:12pt;
    overflow:auto;
    max-width:500px;
}

input,textarea {
    border:1px solid #75754e;
    background:rgb(201,201,135);
}

.adminanswer {
    background:rgb(201,201,135);
    border:1px solid #75754e;
    margin:5px;
    font-size:10pt;
}


