/* !!! ======= HTML Tags - Default Styling ========== !!! */
html, body {
	height: 100%;
	min-height: 100%;
}

body {
	margin: 0; padding: 0;
	text-align: center;
	background-color: #000;
}

body {
	color: #535353; font: normal 70% Arial, Helvetica, sans-serif;
}

table, td, th {
	color: #000; font: normal 100% Arial, Helvetica, sans-serif;
	vertical-align: top;
}

th {
	font-weight: bold;
	text-align: left;
}

* html td, * html th {
	font-size: 70%; font-s\ize: 100%;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 150%;
}


h3, h4, h5, h6 {
	font-size: 100%;
}

p {
	line-height: 1em;
}

div {
	padding: 0; margin: 0;
}

a, a:link, a:visited {
	color: #094E81;
	text-decoration: none;
}

a:hover, a:active {
	color: #094E81;
	text-decoration: underline;
}

form, fieldset {
	margin: 0; padding: 0;
	border: none;
}

form select, form input, form textarea {
	font: normal 100% Arial, Helvetica, sans-serif;
}

input.amount {
	width: 2em;
}

img {
	border: none;
}

.x-combo-list-item {
	text-align: left;
}

.x-form-invalid,
textarea .x-form-invalid {
	background-image: none;
}

