/* CSS Document */
/* hide from ie on mac \*/
html {
	height:100%;
	overflow:hidden;
}
#flashcontent {
	width:100%;
	height:100%;
}
/* end hide */
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}
.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #000000;
}.credits2 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

/* FLASH */

a:link {
    color: #B51304;
    text-decoration: none;    
}
a:hover{
	color: #B51304;
    text-decoration: underline;
}


/* NEWSLETTERFORM */

#newsletter {
	position: absolute;
	top: 420px;
	left: 40px;
	width: 160px;
	height: 60px;
	background-color: white;
}

.newslettertext {
	font-family: Verdana;
	color: #aaaaaa;
	font-size: 11px;
}

#newsletterbutton {
	border: 0;
	background-color: white;
	color: #B51304;
	padding: 0;
	margin: 0;
}

.newsletterfield {	
	border-color: #aaaaaa;	
	border-width: 1px;	
	border-style: solid;	
	padding: 2px;
	color: #aaaaaa;
}
