body {
    padding: 0px;
    margin: 0px;
    font-family: Courier New, Courier, monospace;
    font-size: 12px;
    color: #000000;
    text-align: center;
}

img, img:hover {
    border: 0px;
    background-color: transparent;
    text-decoration: none;
}

a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #000000;
    text-decoration: underline;
    background: transparent url(images/background/white-transparent-75.png) repeat;
}

a img, a:hover img {
    text-decoration: none;
    border: 0px;
    background-color: transparent;
}

table {
    border: 0;
    text-align: left;
    align: center;
}

td.border {
    border: 10px solid #FFFFFF;
}

td {
    padding: 10px 0;
}

span.title {
    font-weight: bold;
}

span.date {
    font-size: 10px;
}

span.quote {
    color: #666666;
}

input {
    font-family: Courier New, Courier, monospace;
}

.addContentForm input, .addContentForm textarea, .addContentForm select {
    font-family: Courier New, Courier, monospace;
    color: #000000;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    font-size: 11px;
}

.addContentForm tr td {
    vertical-align: top;
}

.addContentForm tr td.right {
    text-align: right;
}

.error {
    font-weight: bold;
}