BODY {
	background-color :  #EFEFEF;
}
h1,h2,h3,h4,h5,h6,p,ul,li,ol,BLOCKQUOTE
{ font-family: arial,helvetica,geneva,sansserif; 
}
h1 {
	font-size: 12pt;
	font : normal;
}
h2 {
	font-size: 12pt;
	font : bold italic;
}
h3 {
	font-size: 12pt;
	font : bold;
}
h4 { 
font-size:10pt;
 text-align :  justify;
}
h5 {
	font-size:10pt;
	font : italic;
}
h6 {
	font-size:8pt;
	font : normal;
}
p {
 font-size:10pt;
 }
 p.c1 {
 font-size:10pt;
 background-color: #DFDFDF;
 }
 ul {
 font-size:10pt; 
 }
 li {
 font-size:10pt; 
 }
 ol {
 font-size:10pt; 
 }
 BLOCKQUOTE {
font-size:10pt; 
}

a:link {
	color: Blue;
	text-decoration: underline;
}
a:visited {
	color: Red;
	text-decoration: underline;
}
a:active {
	color: Silver;
	text-decoration: underline;
}
a:hover {
	color: #6495ED;
	text-decoration: underline;
}

TABLE {
	border :  0;
}

TD {
	border :  0;
}

TR {
	border :  0;
}

TH {
	border :  0;
}







