
form { 
    margin-bottom: 0; 
} 

.required { 
    font-weight: bold; 
}

.error {
    color: #a00;
    font-size: 10px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
}

.medblue_grey_dash {   
    background-color: #CADBD2;
    background-image: url("images/grey_dash.gif");
}

.bluedark { 
    background-color: #ccd8dd; 
}

.greylight { 
    background-color: #f2f2f2; 
    padding: 8px;
}

td { 
    font-family: verdana, serif;
    color: #555; 
    font-size: 12px; 
}

td.line {
    border-bottom: 1px dotted #555;
    margin-top: 10px;
    margin-bottom: 10px;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
}

table.info {
}

table.info td {
    font-size: 10px; 
    padding: 2px;
}

table.info input, table.info select {
    font-size: 10px; 
    font-family: verdana, serif;
}

table.info textarea {
    font-size: 12px;
    font-family: verdana, serif;
}

.content { 
    font-family: verdana, serif;
    color: #555; 
    font-size: 12px; 
}

p.clist {
    margin-top: 5px;
    margin-bottom: 40px;
}

p.clist span.header {
    font-size: 14pt;
    font-family: arial;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
    color: #444;
    border-bottom: 1px dotted #555; 
}

p.clist a {
    text-decoration: none;
}

.standardbutton, .standardbutton_over {
    font-weight: bold;
    font-size: 10px;
    height: 15px;
    padding:0px 8px 0px 2px;
    cursor:pointer;
    background-position:right;
    background-repeat:no-repeat;
    text-align:left;
    vertical-align:middle; 
    text-decoration:none;
}

.standardbutton_over {
    text-decoration:underline;
}

#standardbuttonh {
    color: #fff;
    background-color: #2F637A;
    background-image: url("images/standardbutton_h.gif");
}

/* CSS Document */


