/* CSS Document */
@charset "utf-8";


/* hide from ie5 mac \*/
html {
  height: 100%;
  overflow: hidden;
}
#flashcontent {
  height: 100%;
}
/* end hide */
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #e0e0e0;
}
.mini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #325799;	
}
.maxi {
	font-family: Arial, Helvetica, sans-serif;
	color: #325799

}


a img, :link img, :visited img { border:none; }
a, :focus { outline:none; }

a:link {
	text-decoration:underline;
	color: #FFFFFF;

	}
	
a:visited { text-decoration:underline;
	color: #000000;

 } 
a:hover { text-decoration:none;
	color: #FFFFFF;


	 }   
a:active { text-decoration:underline;
	color: #FFFFFF;


	}  
a:focus { text-decoration:underline;
	color: #FFFFFF;
	}  


