body {
    margin: 0;
    font-family: Verdana;
    font-size: 9pt;
}

a {
    color: #063da2;
    font-family: verdana, arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: green;
    font-family: verdana, arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

a:active {
    color: #063da2;
    font-family: verdana, arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
    color: #063da2;
    font-size: 11px;
    font-weight: bold;
    font-family: verdana, arial;
    text-decoration: none;
}

.greenBg {
    background-color: #b4e46d;
}

.forFormHeading {
    font-family: Verdana;
    font-size: 20px;
    color: #663300;
}
/*
 .footer {
 font-family: Verdana;
 font-size: 9px;
 vertical-align: middle;
 }
 */
a.mn {
    font-weight: bold;
    font-size: 11px;
    color: green;
    font-family: verdana, arial;
    text-decoration: none;
}

a.mn:hover {
    font-weight: bold;
    font-size: 11px;
    color: #063da2;
    font-family: verdana, arial;
    text-decoration: underline;
}

a.mn:active {
    font-weight: bold;
    font-size: 11px;
    color: green;
    font-family: verdana, arial;
    text-decoration: none;
}

a.mn:visited {
    font-weight: bold;
    font-size: 11px;
    color: green;
    font-family: verdana, arial;
    text-decoration: none;
}

span {
    font-weight: bolder;
}

p {
    text-align: right;
}

li {
    color: #74644b;
    font-size: 14px;
    text-align: justify;
    list-style-image: url(../images/icons/bullets.ico);
    line-height: 17px;
}

#ques {
    font-size: 12px;
    line-height: 30px;
}

#helpContent {
    line-height: 14px;
    background-color: white;
    font-family: Arial;
    text-align: justify;
    font-size: 11px;
    color: #666666;
}