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

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #181818;
		color:#ffffff;
	}
  
  .navlink {
     color: #838383;
     font-size: 12px;
     font-family: Arial, Verdana, Helvetica; 
     height: 11px;
     line-height: 11px;
  }
  
  .navlink {
     color: #838383;
     font-size: 12px;
     font-family: Arial, Verdana, Helvetica; 
     height: 11px;
     line-height: 11px;
     text-decoration: none;
  }
  
  .mainheader {
     color: #5b5b5b;
     font-size: 12px;
     font-family: Arial, Verdana, Helvetica; 
     padding-left: 10px;
  }
  
  .content {
     color: #838383;
     font-size: 12px;
     font-family: Arial, Verdana, Helvetica; 
     padding-left: 12px;
  }
  
  .contentlink {
     color: #838383;
     font-size: 12px;
     font-family: Arial, Verdana, Helvetica; 
     text-decoration: none;
     border-style: dotted;
     border-width: 0px;
     border-bottom-width: 1px;
  }
  
  .contentlink:hover {
     color: #FFFFFF;
     border-style: solid;
  }
  
  .contenthighlight {
     color: #FFFFFF;
     font-size: 12px;
     font-family: Arial, Verdana, Helvetica; 
     padding-left: 12px;
  }
  
  .navlink:hover {
     color: #FFFFFF;
  }
  
  .thinborder {
     border-style: solid; 
     border-width=2px; 
     border-color: #FFFFFF;
  }
  
  .subheader {
     color: #FFFFFF;
     font-size: 10px;
     font-family: Arial, Verdana, Helvetica;
  }
  
  .errortext {
     color: #FFFFFF;
     font-size: 10px;
     font-family: Arial, Verdana, Helvetica;
     font-weight: bold;
     background-color: #cc0000;
     padding: 1px;
     padding-left: 3px;
     padding-right: 3px;
  }
  
  .successtext {
     color: #FFFFFF;
     font-size: 10px;
     font-family: Arial, Verdana, Helvetica;
     font-weight: bold;
     background-color: #006600;
     padding: 1px;
     padding-left: 3px;
     padding-right: 3px;
  }

.dataprotwrapper {
    background-color: black;
    position: absolute; 
    bottom: 0px; 
    width: 100%; 
    height: 30px;

}

.dataprotlink {
     color: #838383;
     font-size: 12px;
     font-family: Arial, Verdana, Helvetica; 
     height: 11px;
     line-height: 11px;
     text-decoration: none;
}
  
.dataprotlink:hover {
     color: #FFFFFF;
  }

