body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	font-weight: normal; color: #33000; 
	background-image:url(graphics/cream.gif);	
	background-image:inherit;
	margin: 0px 30px;
	
}

p {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:9px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #000066;     /*   005FA9   blue  */
	text-decoration: none;
}
a {  padding: 3px; border-bottom: 1px solid #778899; }
   /* display: block; background-color: #336699;   */
a:hover, a.current{
	text-decoration: underline;
}


td  { font-size:9px; 
	  font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	
/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

ol{
 list-style-position: outside; font-size:9px; font-family:Verdana, Arial, Helvetica, sans-serif;
}

ol ol{
 list-style-type: inherit;
}

ol ol ol{
 list-style-type: none;
}
	