/* ------------------------- */
/* --- FLASH VERSION CSS --- */
/* ------------------------- */

html, body {
	/* get rid of default spacing on the edges */
	margin: 0;
	padding: 0;

	/* get rid of that 2px window border in Internet Explorer 6 */
	border: 0;

	/* fill the height of the browser */
	height: 100%;
}

/* ------------------------ */
/* --- HTML VERSION CSS --- */
/* ------------------------ */

html, body {
	background-color: #ffffff;
	font-family:'Arial',sans-serif;
}

body {
	overflow: hidden;
}

h1 {
	text-transform: uppercase;
	font-weight: normal;
}

td {
	vertical-align:top;
}

a,
a:focus {
	outline: none;
}

.active {
	font-weight: bold;
}
