/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
	overflow: hidden;
}

#flashcontentInside {
	width: 100%;
	height: 100%;
	overflow: auto;
}

/* end hide */

#flashcontentInsideInside {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 760px;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #333333;
	font-family: Courier New, Courier, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

a, a:link, a:visited {
	color: #f05224;
}

a:hover {
	color: #ff3300;
}

p {
	margin: 10px 0 0 0;
}

.leftColumn {
	color: #fff;
}

.leftColumn h1 {
	font-size: 12px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 8px;
}

.rightColumn {
	padding: 12px;
	background-color: #fff;
}

img {
	border: none;
	margin: 0;
}

.tableBG {
	background-color: #1A1A1A;
}

.type {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	line-height: 13px;
}
