@page doublepage { size: 8.5in 11in; page-break-after: left }
body
	{
		font-family : "Helvetica";
		background-color: white;
		size: 8.5in 11in;
		page: doublepage; page-break-after: right;
		word-wrap: break-word;
	}
h1
	{	
		font-family : "Helvetica";
		font-size: 20pt;
		background-color: transparent;
		word-wrap: break-word;
	}
h2
	{	
		font-family : "Helvetica";
		font-size: 16pt;
		background-color: transparent;
		word-wrap: break-word;
	}
h3
	{
		font-family : "Helvetica";
		font-size: 14pt;
		background-color: transparent;
		word-wrap: break-word;
	}
h4
	{
		font-family : "Helvetica";
		font-size: 11pt;
		background-color: transparent;
		word-wrap: break-word;
	}
h5
	{
		font-family : "Helvetica";
		font-size: 11pt;
		background-color: transparent;
		word-wrap: break-word;
	}
h6
	{
		font-family : "Helvetica";
		font-size: 11pt;
		background-color: transparent;
		word-wrap: break-word;
	}
	
b
	{
		font-family : "Helvetica";
	}
blockquote
	{
		font-family : "Helvetica";
		font-size: 11pt;
		word-wrap: break-word; 
	}
# for banner emphsis
font.banred
	{
		font-family : "Helvetica";
		font-size: 15pt;
		font-color : "red";
	}
font.ban
	{
		font-family : "Helvetica";
		font-size: 15pt;
		font-color : red;
	}


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

font.header
	{
		font-family : "Helvetica";
		font-size: 16pt;
	}
p
	{
		font-family : "Helvetica";
		font-size: 11pt;
		word-wrap: break-word; 
  }
address
	{
		font-family : "Helvetica";
		font-size: 11pt;
  }
table
	{
		font-family : "Helvetica";
	}
th
	{
		font-family : "Helvetica";
		font-size: 11pt;
		text-align: left
	}
caption
	{
		font-family : "Helvetica";
		font-size: 11pt;
		text-align: left;
	}
td
	{
		font-family : "Helvetica";
		font-size: 11pt;
		text-align: left;
	}
td.pic
	{
		font-family : "Helvetica";
		font-size: 11pt;
		text-align: center;
	}
ol.decimal
	{
		font-family : "Helvetica";
		font-size: 11pt;
		list-style-type: decimal;
		word-wrap: break-word; 
	
	}
ol.lroman
	{
		font-family : "Helvetica";
		list-style-type: lower-roman;
		font-size: 11pt;
		word-wrap: break-word; 
	}
li
	{
		font-family : "Helvetica";
		font-size: 11pt;
		word-wrap: break-word;
	}
ul
  {
		font-family : "Helvetica";
		list-style-type: disc;
		font-size: 11pt;
		word-wrap: break-word; 
	}
ul.block
	{
		font-family : "Helvetica";
		list-style-type: block;
		font-size: 11pt;

		word-wrap: break-word; 
	}
ul.disc
	{
		font-family : "Helvetica";
		list-style-type: disc;
		font-size: 11pt;
		word-wrap: break-word; 
	}
ul.none
	{
		font-family : "Helvetica";
		list-style-type: none;
		font-size: 11pt;
		word-wrap: break-word; 
	}
dl
	{
		font-family : "Helvetica";
		list-style-type: none;
		font-size: 11pt;
		word-wrap: break-word; 
	}
# Now we setup the hypertext links...
a.toc:link          {color: blue            }
a.toc:visited       {color: purple  }
a.toc:active        {color: red     }
