a:link    {		color: blue;
		text-decoration: underline; }
a:visited { 		color: navy;
		text-decoration: underline; }
a:active  { 		color: navy;
		text-decoration: underline; }

a.yell:link    {		color: #ffdd00;
		text-decoration: underline; }
a.yell:visited { 		color: ffee99;
		text-decoration: underline; }
a.yell:active  { 		color: ffee99;
		text-decoration: underline; }


span.normal  {  font-family: arial, helvetica;
	font-size: 12pt;
	color: black;  }

span.small  {  font-family: arial, helvetica;
	font-size: 11pt;
	color: black;  }

span.title  {  font-family: arial, helvetica;
	font-size: 14pt;
	color: red;
	font-weight: 800;  }

span.subtitle  {  font-family: arial, helvetica;
	font-size: 14pt;
	color: black;
	font-weight: 800;  }

span.address  {  font-family: arial, helvetica;
	font-size: 11pt;
	color: yellow;
	font-weight: 400;  }

span.copyright  {  font-family: arial, helvetica;
	font-size: 09pt;
	color: black;
	font-style: italic;  }

span.info  {  font-family: arial, helvetica;
	font-size: 11pt;
	color: black;
	 }

ul.normal {  list-style: disc;
           	font-size: 12pt;
            	line-height: 12pt;
	font-family:  arial, helvetica, sans-serif;
	color: black; }
ul.small {  list-style: disc;
           	font-size: 10pt;
	font-family:  arial, helvetica, sans-serif;
	color: black; }
span.red  {  font-family: arial, helvetica;
	font-size: 12pt;
	color: black;  
	color: red;}

