/* Links */

a:active { color:#cccccc; }
a:visited { color:#ffffff; }
a:link { color:#ffffff; }
a:hover { color:#cccccc; }

/* Content */

html {
	height:100%;
	overflow:hidden;
	}

body {
	height:100%;
	background-color:#000000;
	font-family:arial,helvetica,sans-serif;
	}

html,body {
	margin:0;
	padding:0;
	}

.page {
	margin:0;
	height:100%;
	text-align:left;
	vertical-align:top;
	}

#flashcontent {
	width:100%;
	height:100%;
	}

.copy {
	font-family: Arial,Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	vertical-align:top;
	text-align:left;
}

.bold {
	font-weight:bold; 
}

.left {
	float:left;
	overflow:hidden;
}

.clear {
	clear:both;
}

.pointer {
	cursor:pointer;
}



