body {font-family: "Arial", "Verdana", "sans-serif";
      font-size: 14px }

label {font-weight:bold; }
legend {
        margin: 1em 0;
        padding: 0 .5em;
        color: #036;
        background: transparent;
        font-size: 1.3em;
        font-weight: bold;
}

label {
        float: left;
        width: 150px;
        padding: 0 1em;
        text-align: left;
}

div.yesForDA {
   display: none; 
}

 div.noForDA {
  display : block; /* Default display option for optional divs */
}


#centre { text-align: center }

#red { border: thin solid #000066;
       background-color: #FFFFFF;
       margin: 0 0 0 0;
       padding: 0 0 0 0 }
       
#one { border: 1px solid black;
       background-color: #ffe8aa; } /*ffd155, ffba00*/

#two { border: 1px solid black;
       background-color: white; }

#three { border: 1px solid black;
       background-color: #6633ff; }
       
#emph { font-weight: bolder;
        font-family: "Arial", "Garamond", "Times New Roman";
        text-align: left;
        text-transform: uppercase;
        font-size: 11px;

      }
      
#large {font-size: 14px;
        text-align: left;
        font-weight: bolder;
       }

#small { font-size: 11px;
         text-align: left }
         

#norm { font-weight: normal;
        text-align: left;
        font-size:14px;
      }

#right { text-align: right; }

h1	  {text-align:center;
	   font-size:20pt;
  	   font-weight:bolder;
           color:#c6eff7;
  	   background:navy }
  	   
img { border: 0 }  	   

.mainLink { background-color: #000066;
            font-size: 14px;
            padding: 5px; }

a:link.mainLink {color: white;
	   	 text-decoration: none
	  	}

a:visited.mainLink {color: white;
	   	    text-decoration: none
     	  	   }

a:hover.mainLink {color: aqua;
				  text-decoration: underline
				  }


