BODY {background-color:#FFFFFF;
	  font-family:arial, verdana, helvetica, sans-serif;}

.SurvType {
	font-weight:bold;
	font-size:14;
	font-family:arial, verdana, helvetica, sans-serif;
	}
.SurvDesc {
	font-weight:normal;
	font-size:12;
	font-family:arial, verdana, helvetica, sans-serif;
	}
.HelpText {
	font-weight:normal;
	font-size:14;
	font-family:arial, verdana, helvetica, sans-serif;
	}
.middlelink {
	font-weight:bold;
	font-size:smaller;
	color:#000000;
	font-family:arial, verdana, helvetica, sans-serif;
	}
TD {align:right;}
.NavMenu {
        color: white;
        background-color: blue;
        border-style: outset;
        border-color: lightblue;
        border-width: thin;
        font-family: arial, verdana, helvetica, sans-serif;
        font-weight: normal;
        font-size: 12;
        position: relative;
        top: 130;
        left: 0%;
        width: 15%;
        text-align: left;
        }
.pgHeader {
        color: blue;
        background-color: white;
        border-style: none;
        position: absolute;
        top: 0%;
        left: 16%;
        width: 85%;
        }
.footer {
        color: blue;
        background-color: white;
        border-style: none;
        position: absolute;
        top: 95%;
        left: 0%;
        width: 100%;
        text-align: center;
        }        

