BODY{
	font-weight : normal;
	color : #443f5c;
	background-color : white;
	text-decoration : none;
	font-size : 14px;
	margin:0px;
	background-image:url('../images/globe_background.jpg');
	background-repeat: no-repeat;
}
th{
  font-size : 9pt;
	background-color : #443F5C;
	color : #ffffff;
}
TD.TableTitleDA{
  font-size : 9pt;
  background-color : #443F5C;
  font-weight :BOLD;
  color : #ffffff;
  text-align : center;
  height : 25px;
}
SPAN.ModelTitle{
  font-size : 14pt;
  font-weight : bold;
}
SPAN.SubTitle{
  font-size : 11pt;
  font-weight : bold;
}
TD.GS{
  font-size : 9pt;
}
TABLE.space{
  margin : 5px;
  width : 700px;
  border-top : #bebebe;
  border-bottom : #575757;
  border-right : #575757;
  border-left : #bebebe;
  border-width : 2px;  
  border-style : solid;
}
TABLE.textspace{
  margin : 5px;
  width : 700px;
}
TABLE.border3D{
  margin : 5px;
  border-top : #bebebe;
  border-bottom : #575757;
  border-right : #575757;
  border-left : #bebebe;
  border-width : 2px;  
  border-style : solid;
}
table.space td{
	font-size : 9pt;
	height="20"
}
tr.DataF{
  background-color : #f1f9ff;
  text-align: center;
}
tr.DataS{
  background-color : #ffffff;
  text-align: center;
}
table.space td span.normal {
	font-weight:normal;
	font-size:8pt;
}
TD.DataN{
  background-color : #ffd7eb;
  font-size : 9pt;
}
TD.DataFModel{
  background-color : #F5EBF7;
  font-weight : bold;
  color : #43528b;
  text-align: left;
}
TD.DataSModel{
  background-color : #FEEEF7;
  font-weight : bold;
  color : #43528b;
  text-align: left;
}
SPAN.SeriesTitle{
  font-size : 11pt;
  font-weight : bold;
}
SPAN.text{
  font-size : 8pt;
}
TD.DataY{
  background-color : #ffffc4;
  font-size : 9pt;
}
SPAN.pdftext{
  font-size : 8pt;
  font-weight : normal;
}

.leftSpace {
	text-align:left;
	padding-left:5px;
}
.red {
	color:red
}