body {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:14px;
    color : Black;
    background-color:#FAFAFA;
}

label {
    font-weight:bold;
    width:100px;
    font-size:14px;
}

.box {
    border:#666666 solid 1px;
    background-color:#333333;
    color:#FFFFFF;
    padding:3px;
    font-weight: bold;

}

.input {
    border:#666666 solid 1px;
    background-color:#FAF78C;
}
H1,H2,H3,H4,H5,H6
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
P
{
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
TABLE,TR,TD {
    font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
    color : #0c2074;
}
.subQuestion
{
    color : #0080FF;
}

.redText
{
    color : #FF0000;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.hidden {
    display:none;
}

input {border: 1px solid #CCCCCC }

input:focus, textarea:focus{
    background-color: yellow;
}

.focus{background: #FFFF00;}
.blur{border: 1px solid #CCCCCC;outline: none;}

#tablediv {
    width:100%;
    min-width:600px
    max-width:1500px;
}

.tdleft {
    width:50%;
    vertical-align: top;
}
.ultop {
    vertical-align: top;
}