body      	{
	font-family: Times New Roman, Serif; 
	font-size: 12pt; 
	color: 000066; 
	background-color: #ffff99; 
	margin-left: 7%; 
	margin-right: 7%; 
	text-align: justify;

	}
a:link.nav		{
	color: blue;
	background-color: #ffff66;
	text-decoration: none;
	font-weight: bold;
	}

a:visited.nav 	{
	color: red;
	background-color: #ffff33;
	text-decoration: none;
	font-weight: bold;
	}

a:hover.nav 		{
	color: lime;
	background-color: #ffff99;
	text-decoration: none;
	font-weight: bold;
	}

a:active.nav		{
	color: purple;
	background-color: #cccc00;
	text-decoration: none;
	font-weight: bold;
	}
	
a:link.body		{
	color: blue;
	font-weight: bold;
	}

a:visited.body 	{
	color: red;
	font-weight: bold;
	}

a:hover.body 		{
	color: lime;
	font-weight: bold;
	}

a:active.body		{
	color: purple;
	font-weight: bold;
	}
	
p.link	{
	color: #000066; 
	font-size:12pt;
	text-align: center;
	}

p.norm:first-letter	{
	color: #000066; 
	font-size:16pt;
	}
	
p.norm	{
	color: #000066; 
	font-size:12pt;
	text-align: justify;
	text-indent: 2em;
	}

p.norma {
	color: 000066; 
	font-size:12pt;
	text-align: left;
	}
	
h1.header    {
	color: 000066; 
	font-family: Times New Roman, Serif; 
	text-align: center; font-size: 26pt; 
	}

h1.h1    {
	color: 000066; 
	font-family: Times New Roman, Serif; 
	font-size: 20pt; 
	text-align: center;
	}

h1.h2    {
	color: 000066; 
	font-family: Times New Roman, Serif; 
	font-size: 18pt; 
	text-align: left;
	}

em.big	{
	font-style: normal;
	font-size: 150%
	}
p.p1			{
	color: 000066; 
	font-family: Times New Roman, Serif; 
	font-size: 8pt; 
	text-align: center;
	}

p.nav		{
	color: 000066; 
	background-color: #ffff00;
	font-family: Times New Roman, Serif; 
	font-size: 10pt; 
	text-align: center;
	line-height: 16pt;
	}

ul.list		{
	color: 000066; 
	font-family: Times New Roman, Serif; 
	font-size: 12pt; 
	text-align: justify;
	line-height: 18pt;
	}

	
ol.roman    { 
	list-style-type: lower-roman;
	text-indent: 2em;
	}