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

/*////////////////////////////////////////////////////////////////////////////////////////////////
    GENERAL
////////////////////////////////////////////////////////////////////////////////////////////////*/

html {
    height:100%;
}

body {
	height:100%;
    margin:0px;
    overflow:auto;
    background-color:#f9f9f9;
    font: 75% Arial, Helvetica, sans-serif;
}

#flashcontent {
    position:absolute;
    padding: 0;
	left: auto; 
	margin-left: 0px; 
	top: auto; 
	margin-top: 0px; 
    height:100%;
    width:100%;
    z-index:1000;
    background-color:#f9f9f9;/**/
}

p
{
	text-align: justify;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-indent: 0;
	background-color: #f9f9f9;
}







