body 	{background:white;
		font-family:"arial", "sans serif";
		color:black;
		font-size:100%;
		line-height:115%;
		font-weight:normal
		}

P 		{text-align:justify;
		}

P.bold 	{text-align:left;
		font-weight:bold;
		}

P.boldcol 	{text-align:left;
		font-weight:bold;
 		color:darkblue;
		font-size:105%;
		}

P.head 	{text-align:center;
		font-weight:bold;
		}

h1		{font-size:300%;
		line-height:60%;
		font-weight:bold;
		padding-top:10px;
		}

h2		{font-size:125%;
		line-height:25%;
		font-weight:bold;
 		color:#8c0078;
		}

h3		{font-size:110%;
		line-height:15%;
		font-weight:bold;
 		color:#b552ad;
		}

Div.indent	{text-indent:20px;
		}

Div.ind2	{text-indent:40px;
		}

Div.right	{text-align:right;
		}

Div.left	{text-align:left;
		}

Span.bold {font-weight:bold
		}

Span.home {font-weight:bold;
		color:white;
		}

Span.cal  {color:darkblue;
		}

Span.sp  {color:purple;
		font-weight:bold;
		}

Span.iwd  {color:red;
		font-weight:bold;
		}

P.link 	{text-align:center;
		color:white;
		font-weight:bold;
		text-decoration:none;
		}

P.groupname {text-align:left;
		color:purple;
		font-size:130%;
		line-height:145%;
		font-weight:bold
		}

P.head 	{text-align:left;
		color:white;
		font-weight:bold
		}

P.indent 	{text-indent:15px
		}

DL 		{text-align:left;
		}

DT 		{text-align:left;
		color:darkblue;
		font-weight:bold
		}

DD 		{text-align:left;
		}

UL 		{list-style:square;
		text-align:left;
		}

OL 		{list-style:decimal;
		text-align:left;
		}

A:link 	{color:darkblue;
		font-weight:bold;
		text-decoration:none
		}

A:visited 	{color:darkblue;
		text-decoration:none
		}

A:active 	{color:teal;
		text-decoration:none
		}

A:hover 	{color:teal;
		font-weight:bold;
		text-decoration:underline
		}

HR 		{color:darkblue;
		height:1px
		}


