BODY  {
	font-size : 12pt;
	font-family : "Verdana","Eurostile", sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
	background-color : White;
	margin-right : .5in;
}	

BODY.frontpage  {
	font-size : 12pt;
	font-family : "Verdana","Eurostile", sans-serif;
	font-weight : normal;
	font-style : normal;
	color : White;
	background-color : White;
	margin-right : .5in;
	background-image : url(background.jpg);
}

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;
 }

P.center  {
	text-align : center;
	margin-left : 0in;
	text-indent : 0in;
}

P.right  {
	text-align : right;
}

P.legal  {
	font-size: 8pt;
	font-style : italic;
	text-align : center;
	text-indent : 0in;
}

H1  {
	font-size : 24pt;
	text-align : center;
	font-style : italic;
}

H1.noindent {
	text-indent : 0;
	text-align : left;
	color : Green;
	background-color : transparent;
}

H2 {
	font-size : 20pt;
	font-style : italic;
}

H2.center  {
	text-align : center;
}

H2.news {
	color : Red;
	background-color : transparent;
}

H3  {
	font-size : 12pt;
	font-style : italic;
	font-weight : bold;
}

H3.center { 
	font-size : 16pt;
	text-align : center;
	font-style : italic; }

A  {}

A:Visited  {}

A:Active  {}

A:Hover  {}

SPAN.ruby {
	color: Red;
	background-color : White;
}
 
SPAN.sapphire {
	color: Blue;
}

SPAN.pearl {
	color : Gray;
}

SPAN.emerald { 
	color: Green;
}

SPAN.diamond { 
	color: Silver;
}

SPAN.amethyst {
	color: Purple;
}
  
SPAN.largefont {
	font-size : large;
	font-style : italic;
}

SPAN.bottomblock {
	font-size : x-small;
	font-style : italic;
	text-align : center;
	font-weight : bold;
}

SPAN.bigletter { 
	font-size: x-large;
 }
 
 A {
	color : Yellow;
}