html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:disc; }
q:before, q:after { content:''; }

html {
  background-color: #fff;

}

body {
  background-color: #FFFFFF;
  width: 600px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

body,td,th {
	font-family: Arial, Helvetica, san-serif;
	font-size: 16px;
	color: #000;
}

p {
    padding-top: 5px;
    padding-bottom: 5px;
}
h1 {
	margin: 1em 0 0.5em 0;
        font-size: 26px;
        color: #fff;
        text-align: bold;
        padding: 20px 0 20px 5px;
        font-weight: normal;
        background-color: #029344;
}
h2 {
	font-size: 18px;
	text-align: center;
	font-weight: normal;
	padding: 0px 0 10px 0;
}
.style1 {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.style2 {
	color: #006699;
	font-weight: bold;
}
.style3 {
	text-align: center;
}

.style4 {
	font-weight: bold;
}

.style5 {
        padding: 0 5px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        color: #000;
        text-align: center;

        margin-top: 5px;

}
.style6 {
	color: #CC0000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.style7 {
	padding: 10px 30px 150px 30px;
	text-align: left;

}
.style8 {
	padding: 10px 30px 10px 30px;
        background-color: #E4F1F1;
        text-align: center;

}
.style9 {

	font-size: 17px;

}

.questionnaire {
      width: 560px;
      margin: 15px auto;
      padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 3px 3px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;

}
.whiteline{
     border-bottom: 1px solid #fff;
     margin: 5px 0;
}

.bluebar{

  background-color: #3973AC;
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding-top:10px;
  padding-bottom:5px;
  margin: 0px 16px 5px 16px;
}
A{
   text-decoration:none;

}

A:link { color: #01843C;}
A:visited { color: #01843C;}
A:hover{
  color: #017937;
  background-color: #EEF6E4;
}
A:focus{
      color: #000;
      background-color: #FFDF61;
}

#submitBtn {
      background-color: #A4D161;
      color: #000;
    padding: 8px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
     border-radius: 4px;
      -webkit-background-clip: padding-box;
      -moz-background-clip:    padding;
      background-clip:         padding-box;
      border: 1px solid #fff;
}
#submitBtn:hover {
      color: #000;
      background-color:#BCDD88;

}
#submitBtn:focus {
      color: #000;
      background-color: #FFDF61;

}
.textField{
    width: 98%;
    padding:5px;
    border:1px solid #EBE6DA;
    height:150px ;
    overflow:auto;

}
.textField:focus {

      border: 1px solid  #000;
}
.textInput{
    width: 98%;
    padding:5px;
    border:1px solid #EBE6DA;
}
.textInput:focus {

      border: 1px solid  #000;

}
.styled-select2 select {

   width: 98%;
   padding: 5px;
   font-size: 20px;
   border:1px solid #EBE6DA;


}


a.skip-main {
    left:-999px;
    position:absolute;
    top:auto;
    width:1px;
    height:1px;
    overflow:hidden;
    z-index:-999;
}
a.skip-main:focus, a.skip-main:active {
    color: #000;
     background-color: #FDF354;
    left: 50%;
    top: auto;
    width: 200px;
    height: auto;
    overflow:auto;
    margin: 0;
    padding:5px;

    border:1px solid #000;
    text-align:center;
    font-size:1.2em;
    z-index:999;
}