body
	{
		font-family : "Helvetica";
		background-color: white;
	}
h1
	{
		font-family : "Helvetica";
		font-size: 20;
	}
h2
	{	
		font-family : "Helvetica";
		font-size: 18pt;
	}
h3
	{
		font-family : "Helvetica";
		font-size: 14pt;
	}
h4
	{
		font-family : "Helvetica";
		font-size: 12pt;
	}
# for banner emphsis
font.banred
	{
		font-family : "Helvetica";
		font-size: 14pt;
		font-color : "red";
	}
font.ban
	{
		font-family : "Helvetica";
		font-size: 14pt;
		font-color : red;
	}


font.banemp1
	{
		font-family : "Helvetica";
		font-size: 12pt;
		color: "#A532C2D2FFFF";
	}
font.frontlisting
	{
		font-family : "Helvetica";
		font-size: 14pt;
	}
font.submenu
	{
		font-family : "Helvetica";
		font-size: 12pt;
	}
font.titlemenu
	{
		font-family : "Helvetica";
		font-size : 12pt;
		font-weight :	bold;
		color : #ffcc66;
	}
font.normal
	{	
		font-family : "Helvetica";
		font-size : 12pt;
	}
font.large
	{	
		font-family : "Helvetica";
		font-size: 16pt;
	}

font.header
	{
		font-family : "Helvetica";
		font-size: 16pt;
	}
p
	{
		font-family : "Helvetica";
		text-indent: 1.5cm;
		margin-left: 1.0cm;
		margin-right: 1.0cm;
		font-size: 12pt;
  }
address
	{
		font-family : "Helvetica";
		margin-left: 1.0cm;
		margin-right: 1.0cm;
		font-size: 12pt;
  }
td
	{
		font-family : "Helvetica";
		text-align: left;
	}
table
	{
		font-family : "Helvetica";
		margin-left: 1.0cm;
		margin-right: 1.0cm;
		background-color: white;
	}
th
	{
		font-family : "Helvetica";
		text-align: left
	}
ol.disc
	{
		font-family : "Helvetica";
		list-style-type: disc;
	}
ol.none
	{
		font-family : "Helvetica";
		list-style-type: none;
	}
ol.lroman
	{
		font-family : "Helvetica";
		list-style-type: lower-roman;
	}
ul.block
	{
		font-family : "Helvetica";
		list-style-type: block;
	}
ul.disc
	{
		font-family : "Helvetica";
		list-style-type: disc;
	}
ul.none
	{
		font-family : "Helvetica";
		list-style-type: none;
	}
