BODY, P, LI, UL {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	background-color : White;
	color : #003366;
}

/* Defined*/
.titlebar {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : bold;
	color: #003366;
}

.link, .linkc{
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #003366;	
}

.linkc{
	text-align : center;
}

.head1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color: #003366;
	font-weight : bold;	
	text-align : center;
	}

.head1l {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	color: #003366;
	font-weight : bold;	
	text-align : left;
	}	
	
.head2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	color: #003366;
	font-weight : bold;	
	text-align : center;
	}
	
	
.head2l {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	color: #003366;
	font-weight : bold;	
	text-align : left;
	}
	
.standard {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #003366;
	text-align : left;

}

.standard2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #003366;
	text-align : left;
	background-color : #D2DCE6;
}


.small {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #003366;
	text-align : left;
}

.smalll {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #003366;
	text-align : left;

}

.smallr {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #003366;
	text-align : right;
}

.stext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #003366;
	}

.line {
	color: #000066;
	background-color: #000066;
}

/* Tables */
.mainhead {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: White;
	font-weight : bold;	
	background : #003366;
	text-align : left;
}

.contentl, .contentind, .contentc, .contentr, .contentj {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : #003366;
	}
.contentl {
	text-align : left;
}
.contentind {
	text-align : left;
	margin-left : 5px;
	margin-right : 5px;
}
.contentc {
	text-align : center;
}
.contentr {
	text-align : right;
}
.contentj {
	text-align : justify;
}
P { text-align: justify }

LI { text-align: justify ; clip:  rect(   )}

