﻿
.pageheader 
{
    font-family: georgia;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

.pagesubheader 
{
    font-family: georgia;
    font-size: 13px;
    font-weight: bold;
    color: #70765C;
}


.maincontent
{
    font-family: georgia;
    font-size: 13px;
    color: #000000;
}

input.cForm
{
    border: 1px solid #000000;
    width: 300px;
}

textarea.cForm
{
    border: 1px solid #000000;
    width: 300px;
    overflow: hidden;
}