
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
}

#flashcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}
/* end hide */

html, body, ul, li, table, td, div, a, input {
	padding:0px;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCCCCC;
	line-height: 15px;
}

html {height: 100%;}

body {height: 100%; background-color: #fff;}

a {color: #96C7DE; text-decoration: none;}
a:hover {color: #CCCCCC; text-decoration: none;}

img {border: 0px;}

.clear {clear: both; height: 0; line-height: 0; font-size: 0px;}
#clear {clear: both; height: 0; line-height: 0; font-size: 0px;}
