/* comments */
/* */
/* Insert folowing link in  <head> </head> of page to access css file. */
/* <link rel="stylesheet" type="text/css" href="style.css" /> */
/* */
/* Over ride default with tags: */
/* <span class="NAME_OF_SPAN">xxx</span> */
/* */
/* */
/* */
/* */



body {
  	background-color: #eeeeee;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
{

form{
 margin: 0px 0px 0px 0px;
}

h1 {
	color: #000000;
}


h2 {
	color: #000000;
}


	/* defaults everything <td>xxx</td> */
td {
	background-color: #ffffff;
	color: #000000;
	font-weight: none;
	font-style: none;
	font-size: 10pt;
	font-family: arial, sans-serif;
}


/* OVER RIDING SPANS */

	/* special black bg in a <td> */
span.blkBG {
	background-color: #000000;
}

span.style1{
	font-weight: bold;
	font-size: 12pt;
	font-style: italic;
}

span.style2{

}
