body, html {
			padding: 0;
			margin: 0;
			height: 100%;
			background-color: #FFFFFF;
			color: #000;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 18px;
			
		  /*overflow:hidden;*/
			}
body{
      position:relative;
}

a{
			color: #ff0033;
			text-decoration: none;
			font-weight: bold;
			}

a:hover 	{
			text-decoration: underline;
			}
		
		
#flash 		{
			width: 100%;
			height: 100%;
			min-width: 100%;
			min-height: 100%;
			padding:0px;
			position:absolute;
		  top:0;
		  left:0;
		  z-index:999;
			}

#noflash 	{
			background-color:#fff;
			position: absolute;
			height: 200px;
			width: 310px;
			margin: -100px 0px 0px -200px;
			top: 50%;
			left: 50%;
			text-align: justify;
			padding: 20px;
			overflow:hidden;
			}
			
.tracking{
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  height:1px;
  width:1px;    
}

