body {
    font-family: "Bitstream Vera Sans", serif;
    font-size: medium;
    color: #000000;
    background-color: #FFFFFF;
}

th, td {
    font-family: "Bitstream Vera Sans", serif;
    font-size: medium;
    color: #000000;
}

p {
    padding-top: 0px;
    padding-bottom: 0px;
}
td.header {
    height: 100px;
    width: 100%;
    font-size: large;
    text-align: center;
    background-color: #FFFFFF;
}

td.leftcolumn {
    background-color: #FFFFFF;
    width: 25%;
    padding: 10px;
}


td.lastmodified {
    text-align: right;
    font-size: 70%;
    background-color: #DDDDFF;
}

pre {
    font-family: "Bitstream Vera Sans Mono", mono;
}

a {
    color: #0819FB;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr {
    color: #0819FB;
}

img {
    border-style: none;
}

input, select, textarea {
    border: 1px inset #cccccc;
    font-family: "Bitstream Vera Sans Mono", mono;
    font-size: medium
}

.tinytext {
    font-size: 80%;
}

.addpadding {
    padding: medium
}

table.meshcmseditor th {
    background-image: none;
    background-color: #EAEAFF;
}