/* arial01.css: Style sheet for Phoenix  2005-0325 */
/* Written by John Martin / Phoenix <WebTeam@MazeTech.net>  */

body
{
    font-family: Tahoma; font-size: 10pt
    background-color: white;
    background-image:url('bg_crushedpaper.gif')
	
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); background-image:url('bg_crushedpaper.gif') 
}
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica; background-image:url('bg_crushedpaper.gif')
}
h1
{
	color: rgb(0,153,153);
}
h2
{
	color: rgb(102,102,102); 
}
h3
{
	color: rgb(153,153,102); 
}
h4
{
	color: rgb(0,153,153);
}
h5
{
	color: rgb(102,102,102);
}
h6
{
	color: rgb(153,153,102);
}