html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	color: #646464;
	background-color: #FFFFFF;
}

a {
	font-family: arial,helvetica;
	font-size: 12px;
	color: #646464;
	text-decoration: none;
}

img {
	border: 0px;
}

object { 
	outline:none; 
}

#page_container {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: absolute;
}

#swf_container {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	position: relative;
}

.copy {
	font-family: arial,helvetica;
	font-size: 12px;
	color: #646464;
}

.copy_bold {
	font-family: arial,helvetica;
	font-size: 12px;
	font-weigth: bold;
	color: #646464;
}

.lgcopy {
	font-family: arial,helvetica;
	font-size: 16px;
	color: #646464;
}

.release {
	font-family: arial,helvetica;
	font-size: 18px;
	color: #646464;
}

.medianav {
	font-family: arial,helvetica;
	font-size: 20px;
	color: #FFFFFF;
}

.nav {
	font-family: arial,helvetica;
	font-size: 14px;
	font-weigth: bold;
	color: #999999;
}

.subnav {
	font-family: arial,helvetica;
	font-size: 12px;
	font-weigth: bold;
	color: #999999;
}

.header {
	font-family: arial,helvetica;
	font-size: 24px;
	font-weigth: bold;
	color: #646464;
}

.footer {
	font-family: arial,helvetica;
	font-size: 12px;
	font-weigth: bold;
	color: #C2C2C2;
}

.accent {
	color: #DF4000;
}

.wht_accent {
	color: #FFFFFF;
}

.gray_accent {
	color: #999999;
}

.aboutLeading {
	leading = 8px;
}

.italic {
	font-family: arial,helvetica;
	font-size: 12px;
	font-style: italic;
	leading: 4px;
	color: #646464;
}