/*---------------------------
        TEXT STYLES
---------------------------*/

body {
        background-color: #FFFFFF;
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size: 70%;
        color: #333333;
        margin: 0px;
}

p {
  line-height: 18px;
}

li {
  line-height: 18px;
}

.qsp {
  list-style-image: url("../images/qsp_bullet_2.gif");
}

td {
  font-size: 70%;
        font-family : Verdana, Arial, Helvetica, sans-serif;
}
span.requiredTxt{
  color:red;
  font-weight:bold;
}

a:link { color: #0000aa; text-decoration: none;}
a:visited { color: #0000aa; text-decoration: none;}
a:hover { color: #aa0000;        text-decoration: underline;}

h1 {
        font-family: Verdana, Arial, Univers, sans-serif;
        color: #990000;
        font-weight: bold;
        font-size: 150%;
}

h2 {
        font-family:  Verdana, Arial, Arial Narrow, Arial, sans-serif;
        font-size: 130%;
        font-weight: bold;
        color: #990000;
}

h3 {
        font-family:  Verdana, Arial, Arial Narrow, Arial, sans-serif;
        font-size: 110%;
        color: #990000;
        font-weight: bold;
}

.MainHeading {color: #cc0000; font-weight:bold; font-size: 38px; margin-left: 20px; height: 1em; filter: Shadow(Color=#999999, Direction=135, Strength=5);}
.SubHeading {color: #cc0000; font-weight:bold; font-size: 20px; margin-left: 20px; height: 1em; filter: Shadow(Color=#999999, Direction=135, Strength=5);}

a.menu:link { color: #990000;        text-decoration: none; font-weight: bold; font-size: 10pt;}
a.menu:visited { color: #990000; text-decoration: none; font-weight: bold; font-size: 10pt;}
a.menu:hover { color: #ff0000; text-decoration: none; font-weight: bold; font-size: 10pt;}
