img
{
        border:0;
}

input.checkbox {
        color: navy;
        font-size: 15pt;
        font-family: "Verdana";
        width:1em;
        border : 0 solid black;
}

input.radio {
        color: navy;
        font-size: 15pt;
        font-family: "Verdana";
        width:1em;
        border : 0 solid black;
}

select {
        color: navy;
        font-size: 10px;
        font-family: "Verdana";
        border : 1 solid black;
}

textarea {
        color: navy;
        font-size: 10px;
        font-family: "Verdana";
        border : 1 solid black;
}

input {
/*        color: navy;
        font-size: 10px;
        font-family: "Verdana";
        width:15em;
        border : 1 solid black;
*/
}


td {
        color: black;
        font-size: 10px;
        font-family: Verdana;S
}

td.title {
        color: black;
        font-size: 12px;
        font-family: Verdana;
        font-weight:bold;
}
td.title2 {
        color: black;
        font-size: 10px;
        font-family: Verdana;
        font-weight:bold;
}

td.menu
{
        font-family:Verdana;
        font-size:10px;
        color:navy;
}

td.explanation_title
{
        font-family:Verdana;
        font-size:20px;
        color:white;
        font-weight:bold;
}

td.detailed_explanation_title
{
        font-family:Verdana;
        font-size:14px;
        color:white;
        font-weight:bold;
        background-color:#777777;
}

tr.edit_data_rows_normal {
background-color:#FFFFFF;
}

tr.edit_data_rows_over {
background-color:#CCCCCC;
}

tr.edit_data_rows_selected {
background-color:#dee2ed;
}

tr.edit_data_rows_selected_over {
background-color:#b6b9c1;
}

tr.form_edit_title
{
background-color:navy;
height:27px;
}

tr.form_edit_body
{
background-color:#cccccc;
height:27px;
}

