/* CSS Document */

/* hide from ie on mac \*/
html {
		height: 100%;
		overflow: hidden;
}
#flashcontent {
		height: 100%;
}
/* end hide */

body {
		height: 100%;
}
html, body			 		{ padding: 0; margin: 0; text-align: left; background: white; color: #333; 
											font-family: Verdana, Arial, Helvetica, sans-serif; font-size: small; }
a:link, a:visited		{ text-decoration: none; color: #333; }
a:hover, a:active		{ text-decoration: none; color: #F30; }