/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
}
#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
	font: 12px Arial, san-serif;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
}

a{
color:#444;
text-decoration:none;
}
a:hover{
color:#444;
/*text-decoration:underline;*/
}

a img{
border:none;
}

#logo {
 font: 30px Arial, san-serif;
 font-weight:normal;
 letter-spacing:5px;
 line-height:40px;
 white-space:nowrap;
 margin-top:20px;
 color: #666;
 text-transform: uppercase;
}
.darkgrey {
	color: #333;
}
.black {
	color: #000;
}