/* CSS Document */
html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	border: none;

}

body {
	color: #333333;
	font-size: 10pt;
	background: #ffffff;
	font-family: sans-serif, Verdana, Arial, Helvetica;
}

P {
	text-indent: 1.5em;
	text-align: justify;
	margin: 0.3em;
}

a {
	text-decoration: none;
	color: #F58500;
	font-style: normal;
}

img {
	border: 0px;
}

TABLE {
	border-collapse: collapse;
	font-size: 10pt;
}

ul li {
	list-style-image: url(/images/content_m.gif);
}

table.top, table.top_inner, #leftMenu {
    display: none;
}


