body         {
	color: navy;
	font-size: 12pt;
	font-family: "DroidFont",Helvetica;
	line-height: 1.3;
}

h1,h2      {text-align:  Center;}
h1       { color: brown;  font-size: 20 pt; }
h2       { color: Olive;  font-size: 16 pt; }
h3       { color: Purple;  font-size: 14 pt}
hr      {color: teal;}
p.d { padding-left: 0;  color:navy; font-size: 12pt;}
P {
	word-spacing: 0.1em;
	letter-spacing: 0.1em;
	color: navy;
	padding-left :15;	
}
P.b {
	word-spacing: 0.2em;
	color: green;
	padding-left :15;
}
P.a {
	word-spacing: 0.2em;
	letter-spacing: 0.1em;
	color: Purple;
	padding-left :10;
	font-weight:800;
}
P.c {
	color: black;
	font-size: 09pt;
}
span.x {
	color: black;
	font-size: 08pt; background: white;
}

li {
	color: #00008B;
	padding-left: 15;
}
A:link	{ color: Blue ; }
A:active { color: lime }
A:visited {	color: Teal; }
A:hover { color: brown }	
Span.c	{ font-size: 12pt; color: green;  }
Span	{ font-size: 10pt; color: olive; background: lightyellow;}
DIV { line-height:120%; text-transform: capitalize; margin-left:120px; }
ul {
	list-style-image: url(../../../images/arrow2.gif);
	border-left : 10px;
}





@font-face {
  font-family: "DroidFont", serif, sans, sans-serif, monospace;
  font-weight: normal;
  font-style: normal;
  src: url(res:///system/fonts/DroidSansFallback.ttf);
}
@font-face {
  font-family: "DroidFont", serif, sans, sans-serif, monospace;
  font-weight: bold;
  font-style: normal;
  src: url(res:///system/fonts/DroidSansFallback.ttf);
}

@font-face {
  font-family: "DroidFont", serif, sans, sans-serif, monospace;
  font-weight: normal;
  font-style: italic;
  src: url(res:///system/fonts/DroidSansFallback.ttf);
}

@font-face {
  font-family: "DroidFont", serif, sans, sans-serif, monospace;
  font-weight: bold;
  font-style: italic;
  src: url(res:///system/fonts/DroidSansFallback.ttf);
}

body {
  margin-right: 8pt;
  font-family: "DroidFont", serif, sans, sans-serif, monospace;
  line-height: 1.3;
}

p {
  font-family: "DroidFont", serif, sans, sans-serif, monospace;
}

div {
  font-family: "DroidFont", serif, sans, sans-serif, monospace;
}

h1 {
  font-family: "DroidFont", serif, sans, sans-serif, monospace;
}

h2 {
  font-family: "DroidFont", serif, sans, sans-serif, monospace;
}

h3 {
  font-family: "DroidFont", serif, sans, sans-serif, monospace;
}

