  .menu {font-family: arial, helvetica, sans-serif; 
        font-size: 9pt; 
        margin-top: -12pt;
        margin-left: 0.5em;
        font-weight: bold; 
        text-style: normal;
        color: #ffffff} 


  .header {font-family: verdana, arial, helvetica, sans-serif; 
        font-size: 12pt;
        font-weight: bold;
        color: #ffffff} 


  .text2 {font-family: verdana, arial, helvetica, sans-serif;
        font-size: 10pt;
        color: #77BD30;
        font-weight: bold}

  .text {font-family: arial, helvetica, sans-serif;
        font-size: 8pt;
        color: #77BD30}

  .ytext {font-family: verdana, arial, helvetica, sans-serif;
        font-size: 8pt;
        color: #ffff00}

  .disclaim {font-family: verdana, arial, helvetica, sans-serif;
        font-size: 7pt;
        color: #7B7B17}

  a:link {color: #B8E48C;  
          font-family: arial, helvetica, sans-serif; 
          font-weight: normal; 
          font-size: 11px; 
          text-decoration: none}

  a:visited {color: #CCCCCC;  
             font-family: arial, helvetica, sans-serif; 
             font-weight: normal; 
             font-size: 11px; 
             text-decoration: none}

  a:active {color: #a05050;  
            font-family: arial, helvetica, sans-serif; 
            font-weight: normal; 
            font-size: 11px; 
            text-decoration: none}

  a:hover {text-decoration: underline;  
           font-family: arial, helvetica, sans-serif; 
           font-weight: normal; 
           font-size: 11px;
           color: #ffff00}


input {
	margin: 0.1em;
}

input.invalid, textarea.invalid {
	background-color: #FFE813;
	border: 0.1em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0.1em !important;
}

input.invalid:focus, textarea.invalid:focus {
	background-color: #FFE813;
	border: 0.2em;
	border-color: #BB0000 !important;
	border-style: solid;
	margin: 0 !important;
}

input:focus, textarea:focus {
	background-image: none;
	border: 0.2em;
	border-color: #7E9FDA;
	border-style: solid;
	margin: 0;
}

input[type="checkbox"]:focus, input[type="radio"]:focus {
	border: 0;
	margin: 0.1em;
}

input[type="submit"] {
	border-style: outset;
	border-width: 0.2em;
	margin: 0em;
}

input[type="submit"]:active {
	border-style: inset;
	border-width: 0.2em;
	margin: 0em;
}

input[type="submit"]:focus {
	border-style: outset;
	border-width: 0.2em;
	margin: 0em;
}

legend {
	background-color: #FFFFFF;
	border: 0.1em;
	border-color: #7E9FDA;
	border-style: solid;
	color: #3362B4;
	font-weight: bold;
	padding: 0.5em;
}

.boxes {
	border: none;
}

.required {
	background-image: url(images/required.gif);
	background-position: right;
	background-repeat: no-repeat;
}
