P  {
	text-indent : .5in;
}

P.noindent {
	text-indent : 0in;
}

P.deep {
	margin-left : 1in;
	margin-right : 1in;
	text-indent : 0in;
}

P.deepindent {
	margin-left : 1in;
	margin-right : 1in;
	text-indent : .5in;
}

H1  {
	font-family : "Times New Roman", "Times Roman", serif;
	font-size : 24pt;
	text-align : center;
	font-style : italic;
}

H1.noindent {
	text-indent : 0;
	text-align : left;
	color : Green;
	background-color : transparent;
}

H1.redtext {
	color : Red;
}

H2  {
}

H2.attention {
	background-color : transparent;
	text-indent : 0;
	color : Fuchsia;
	text-align : center;
	font-style : italic;
	font-weight : bold;
}

H3  {
	font-family: "Times New Roman", "Times Roman", Times, serif;
	font-size : 12pt;
	font-style : italic;
	font-weight : bold;
}

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

BODY {
font-size : 12pt;
	font-family : "Times New Roman", "Times Roman", serif;
	font-weight : normal;
	font-style : normal;
	color : #000000;
	background-color : #FFFFFF;
	margin-left: .5in;
	margin-right : .5in;
}

BODY.greencanvas {
}

BODY.mourning  {
	font-size : 12pt;
	font-family : "Times New Roman", "Times Roman", serif;
	font-weight : bold;
	font-style : italic;
	color : White;
	background-color : Black;
	background-image : none;
	margin-right : .5in;
}

P.center  {
	text-align : center;
	margin-left : 0in;
	text-indent : 0in;
}

P.right  {
	text-align : right;
}

IMG.standard {
	float : none;
}

IMG.floatleft {
	float : left;
}

IMG.floatright {
	float : right;
}

TD.special  {
	padding-left : 2em;
	padding-right : 2em;
}

DIV.redtext {
    color: Red;
    background-color : White;
 }
 
 DIV.bottomblock {
    font-size : x-small;
	font-style : italic;
	text-align : center;
	font-weight : bold;
   }

SPAN.redtext {
	color: Red;
	background-color : White;
}
 
SPAN.bluetext {
	color: Blue;
	background-color : White;
}

SPAN.fuschia {
	color : Fuchsia;
	background-color : transparent;
}
  
 SPAN.largefont {
	font-size : large;
	font-style : italic;
}

SPAN.bottomblock {
	font-size : x-small;
	font-style : italic;
	text-align : center;
	font-weight : bold;
}