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


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

body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
   
p {
	margin-left: 50px;
	width: 300px;
	text-align: justify;
}
