body {	background-color: #F2FFFF; font-size: 12pt;  }
p {
	color:navy;
	font-size: 12 pt;
	padding-left : 5%;
}
h1		{color:purple; text-align:  Center;  font-size: 18pt; }
h2       {color: Maroon; font-size: 14pt;}
hr      {  color: green;}
h3    {  padding-left : 3%;color: teal; font-size: 12pt; cursor: w-resize;}
h4       { color: Purple;  font-size: 12pt; padding-left : 5%;}
span 	{
	color: brown; bgcolor=lightgrey;
	font-size: 12 pt; margin-left: 3%; 
}
span.b 	{
	color: green; bgcolor: #F2FFFF;
	font-size: 12 pt; margin-left: 3%; 
}
ul { list-style-image: url(../../images/arrow.gif);  }
ul.b { list-style-image: url(images/q.gif);  }
ol.c { list-style-image:url(images/point.gif); }
th	{color:navy;}
hr {color:#336633; width:70%a; }
li,td,tr 	{
	color: Navy;
	font-size: 12 pt; margin-left: 3%; 
}
td.a {
	background-color: #ADEBAD;
}
div.ad {
    text-align:center;
    background-color: #F2FFFF;
	color: navy;
	border: none;
	background-image: url(../../images/ad_box.gif);
	background-position: top center; 
	height: 130px; 
	padding-top: 22px; 
	background-repeat: no-repeat;
}