/* CSS Document */
body {
	color:#000000; background:#ffffff; font-family: verdana,helvetica,sans-serif; font-size: 100%;
	}



p{
font-size:85%;
}	
h1{
	font-size: 120%;
	font-weight: bold;
}
h2{
	font-size: 115%;
	font-weight: bold;
}


a:link{
			color:#660099;
			background-color: #ffffff; 			
			text-decoration: underline;			
}

a:visited{
			color:#660099;
			background-color: #ffffff;
	font-weight: bold;			
			 
		}

a:hover, a:focus{
			color:#ffffff;
			background-color: #660099; 			
			text-decoration: underline;
}


			

a:active{
			color:#ffffff;
			background-color: #660099; 			
			text-decoration: underline;

}

.aligncentral{
	text-align: center;
}

.aligncentral img
{
border: 0;
}


        #formwrapper {
          width: 90%;
        }
.compliance{
	text-align: center;
		margin-top: 2px;
		font-size: 90%;
}
.compliance img
{
border: 0;
}

		        .externallink{
          background:  url(images/externallinkpurple.gif) no-repeat right top;
          padding-right: 1em;
        }
/* noprint class */
.noprint, .skipCode, .accessLinksMiddle, #footerSearch {
	display:none !important;
	}

        fieldset {
          margin: 1em 0;
          padding: 1em;
          border : 1px solid #660099;
        }

        legend {
          font-weight: bold;
		  background-color: #ffffff;
		  color: #660099;
        }

		input:focus, textarea:focus {
          background: #ffffff;
          color: #000000;		  
        }	
		
.aButton {
width: auto;
background-color: #ffffff;
border-color: #660099;
border-width: 1px;
color: #660099;
font-size: 100%;
font-family: verdana,helvetica,sans-serif;
font-weight: bold;
cursor: pointer;
}
		
.btnhov{
background-color: #660099;
color: #ffffff;
cursor: pointer;
}

        label {
          float: left;
          width: 15em;
        }

        input {
          width: 15em;
		 font-family: verdana,helvetica,sans-serif;		  
        }

        textarea {
		 font-family: verdana,helvetica,sans-serif;
          width: 20em;
          height: 10em;
        }

        input[type="text"], textarea {
          border-top: 2px solid #996699;
          border-left: 2px solid #996699;
          border-bottom: 1px solid #996699;
          border-right: 1px solid #996699;
        }
 
        .required {
          font-size: 0.85em;
        }	
