@charset "UTF-8";


/* --------------- MEDIA SCREEN --------------- */
/* -------------------------------------------- */
@media screen {


	.print{
				display:none; }
				
	body {
		background-color:#182b2f; 
		color:#475153;
		font-family:tahoma, trebuchet MS;
		font-size:12px;
		margin:0px;
		padding:0px; 
		}
		
	img {
		border:none;
		/*display:block; */
		}		
		
	div {
		overflow:hidden;}
	a {
		text-decoration:underline;
		color:#2ea6c9;
		outline:none;
		}
	a:hover {
		text-decoration:none;
		}
	a:visited {
		}
 
 
 

										
		
}

 
 
 


/* --------- MEDIA PRINT SCREEN ------------------ */
/* ----------------------------------------------- */
@media screen, print { 

	fieldset {
		border:none;
		}
}


			
			
			
			
			
			
			
			
			
			
