body    {
	text-align: center;
	position: absolute;
	width: 80%;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #666666;
	color: FFFFCC;
	
}



.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: normal;
	font-weight: bold;
	color:#FFFFCC;
	position: absolute;
	text-align: center;
	width: 800px;
	display: block;
	left: 0px;
	top: 120px;

}

.h3 {

        font-family: Arial, Helvetica, sans-serif;

        font-size: medium;

        font-weight: bold;

        text-indent: 100px;

}
.h4     {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #FFFFCC;
	text-align: center;
	position: absolute;
	width: 900px;
	left: -1px;
	top: 216px;
        
        }

.strongbig {

        font-family: Arial, Helvetica, sans-serif;

        font-size: 16px;

        font-weight: bold;

        text-align: center;

}
.small_center      {font-size: 12px;
                    text-align: center;
                    }
.1                  {text-align:right;
}                    
.form {
	position: absolute;
	left: 8px;
	top: 283px;
	width: 800px;
	padding: 10px;
}
strong     {
           font-weight: bold;
           color: #FF0000;
}
.required  {
           background-color: #FFFF00;
}                      
