/* CSS Document */
.bodytext {
	font-family: Tahoma;
	font-size: 11px;
}
.heading_italic {
	font-size: 11px;
	font-style: normal;
	font-family: Tahoma;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}.heading_orange {
	font-family: Tahoma;
	font-size: 11px;
	color: #FF9900;
	font-style: italic;
}
.bodytextitalic {
	font-family: Tahoma;
	font-size: 11px;
	font-style: italic;
}

