body         {
	color: navy;
	background-color: #FFFCEC;
	font-size: 12pt;
}
p { padding-left : 5%; line-height: 150%}
td {color:navy; font-size: 12pt;}
td.a {
	color:navy;
	background-color : #F8F8FF;
}
th {color:purple; }
span {
	color: Olive;
}
span.b {
	color: #ff0000;
}
h1 {
	color: Teal;
	text-align: center;
	font-size: larger;
}
h2 {	color: Fuchsia; text-align: center;	font-size : 16pt;}
h3 {	color: brown; padding-left : 1%;	font-size : 14pt;}
h4 {	color: Purple; padding-left : 3%;	font : 12pt;}
h5 {	color: blue; padding-left : 5%;	font : 12pt;}
h3.a {color:fuchsia}
blockquote {color:navy}
ul {
	list-style: square;
	margin-left: 3%;
}
ul.a { list-style-image: url(../../images/arrow.gif);  }
ul.b { list-style-image: url(../../images/bluestar.gif); }
ul.c { list-style-image: url(../../images/flower.gif); }
ul.d { list-style-image: url(../../images/emsmile.gif); }
ul.e { list-style-image: url(../../images/yinyang.gif); }
hr {
	color: teal;
	width: 70%;
}
table {
	border: thick;
	margin: auto;
	border-color: #E0E0E0;
	background-color: #FFEFD5;
}

div.ad {
    text-align:center;
    background-color: #FFFCEC;
	color: navy;
	border: none;
	background-image:url(../../images/ad_box.gif);
	background-position: top center; 
	height: 130px; 
	padding-top: 22px; 
	background-repeat: no-repeat;
}
