@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/page_bg.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font: Arial; 
	font-size: 10pt;
	font-size: 10pt;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

/**************fonts**********************/
.NormalBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-align:justify;
	line-height:1.5;
}
li.NormalBody {
	font-weight: bold;
}
.NormalBodyRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FF0000;
	text-align:justify;
	line-height:1.5;
}
.NormalBodySmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-align:justify;
	line-height:1.5;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#999999;
}
.ChartTextNormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	text-align:Left;
}
.ChartTextNormalRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FF0000;
	text-align:Left;
}
.ChartTextSmaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#CC0000;
	text-align:Left;
}
.TitleBlack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#000000;
	text-align:Left;
}
}
.TitleRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color:#FF0000;
	text-align:Left;
}