
/*   load the main media CSS file    */

@import url('../../../common/styles/media2.css');

html, body {
	margin:0;
	height:100%;
	
}
#flashContent {
	width:100%;
	height:100%;
}

.boxCallOut{
border:1px solid #652C8A;
padding:2px 0 3px 3px;
background:#E0D5E6;
}