body    {

        text-align: center;

        position: absolute;

        width: 900px;

        left: 0px;

        top: 0px;

        font-family: "Times New Roman", Times, serif;

        font-weight: normal;

		background-color: #666666;
		

}



.h1 {   font-family: "Times New Roman", Times, serif;

        font-size: x-large;

        font-style: normal;

        font-weight: bold;

        color:#0000FF;

		text-align:center;
		
        position: absolute;

        top: 15px;

}

.h3 {

        font-family: "Times New Roman", Times, serif;

        font-size: medium;

        font-weight: bold;

}
.h4     {font-family: "Times New Roman", Times, serif;

        font-size: large;

        font-weight: bold;
        
        }
.small {font-size: 12px;
}
.small_center      {font-size: 12px;
                    text-align: center;
                    }
b {
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}

strong     {
	font-weight: bold;
	color: #FFFF00;
	font-size: medium;
}
.required  {
           background-color: #FFFF00;
} 
table
{ 
margin-left: auto;
margin-right: auto;
}