       /* simpleviewer hide from ie on mac \*/
       html {
	height: 100%;
	overflow: hidden;
       }
	
       #flashcontent {
	height: 800px;
       }
       /* end hide */

      body {
	height: 100%;
	color: #000;
	padding: 0px;
	margin: 0px;
	background: #000000;
	background-image:url('');
	background-position:center;
	background-repeat:repeat-x;
	}

      a:link {color:#939393;}
      a:visited {color:#939393;}  
      a:hover {color:#B3B3B3;}
      li:hover { color:#B3B3B3;}
      
     img.logo {
	float:left;
 	top:0px;
	left:0px;
	width:115px;
	}
	
       p.frontFontLiteGrey {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.7em;
	color:#939393;
	line-height:12px;
	}

