/* CSS Document */

/* hide from ie on mac \*/
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	
}
/* end hide */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	background-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:#CCCCCC;
}

h1 {			font-size: 1.4em;	padding: 20px 0px 0px 0px;	margin: 0px 0px 20px 0px;	font-weight: normal;	color: #DAE64A; line-height: 1.4em;	}
h2 {			font-size: 1em;	padding: 20px 0px 0px 0px;	margin: 0px 0px 5px 0px;	font-weight: normal;	color: #FFF;	}

p {				font-size: 0.9em;		padding: 0px 0px 20px 0px;	margin: 0px;	}

p a {			text-decoration: none;	color: #DAE64A;	padding: 1px 2px 1px 2px; }
p a:link {		text-decoration: none;	color: #DAE64A; }
p a:active {	color: #807474; }
p a:hover {		color: #333;	background-color: #DAE64A;	text-decoration: none; }

hr { 			clear:both; * float: left; height: 1px; line-height: 0px; border: none; margin-bottom: 8px; margin-top: 7px; border-top: 1px dotted #FFF; }

/* divs */
	
#flashcontent {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	margin: 0px;
}

#noflash {
	position: absolute;
	padding: 0px;
	margin-left: 40px;
	margin-top: 20px;
	width: 440px;	
}

img {
	margin: 0px 0px 0px -15px;
}

