@media screen, handheld {
	BODY {
		background-color: #FFFFF0;
		color: #000000;
		font-family: Arial;
		font-size: 0.875em;
		font-style: normal;
	}

	.CT {text-align: center;}
	.RT {text-align: right;}
	.BD {font-weight: bold;}
	.IT {font-style: italic;}

	P {font-size: 0.875em;}
	H5 {font-size: 1.0em;}
	H4 {font-size: 1.00em;}
	H3 {font-size: 1.25em;}
	H2 {font-size: 1.50em}	
	H1 {font-size: 1.75em;}

	IMG {border: 0;}

	INPUT[type="text"] {
		-webkit-appearance: textfield;
		text-align: center;
	}

	INPUT[type="radio"] {
		-webkit-apperance: radio;
	}

	INPUT[type="checkbox"] {
		-webkit-appearance: checkbox;
	}

	INPUT[type="submit"] {
		-webkit-appearance: push-button;
		text-align: center;
	}

	INPUT[type="reset"] {
		-webkit-appearance: push-button;
		text-align: center;
	}

	INPUT[type="button"] {
		-webkit-appearance: push-button;
		text-align: center;
	}

	INPUT[type="textarea"] {
		-webkit-appearance: textarea;
	}

	SELECT {
		-webkit-appearance: menulist-button;
		text-align: center;
	}

	TABLE {
		empty-cells: hide;
	}

	THEAD {
		border-bottom: solid 2px #000000;
	}

	FIELDSET {
		background-color: #FFFFA0;
		color: #000000;
		border: solid 2px #000000;
		overflow: auto;
		width: 80%;
		padding: 0.5em;
		-webkit-box-shadow: 3px 3px 2px #888888;
	}

	FIELDSET P {
		font-size: 0.75em;
	}

	LEGEND {
		font-size: 0.875em;
		font-weight: bold;
		text-transform: uppercase;
		line-height: 100%;
		text-align: left;
	}
}
