/* CSS Document */

body	{
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
	color: FFFFCC;
	background-color: 666666;
	
}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color:#FFFFCC;
	vertical-align: middle;
	position: relative;
}
.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-align: center;
}
.logo {
	position: absolute;
	left: 329px;
	top: 36px;
}
.strongbig {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bolder;
	line-height: normal;
}
strong     {
           font-weight: bold;
           color: #FF0000;
}
.required  {
           background-color: #FFFF00;
} 
