/* CSS Document */
table
	{
	width:73%;
	height:inherit;
	}
td
	{
	text-align: center;
	color: #000066;
	font-family: "ZapfEllipt BT";
	font-size:16px; 
	font-weight: bolder;
	}
td.one
	{
	text-align:left;
	}
td.two
	{
	text-align:right;
	}
caption
	{	     
	font-weight: bolder;
	font-style: oblique;
	font-family:"ZapfEllipt BT";
	font-size:42px;
	letter-spacing:0.6em;
	color: #FF0099;
	}
body
	{
	background-image: url("images/background_9.jpg");
  	background-attachment: fixed;
    	background-position: bottom;
	color:#000000;
	background-color:#CCCCCC;
	}
p
	{
	color: #000066;
	font-family: "ZapfEllipt BT";
	font-style:italic;
	font-size:20px;
	text-align:center;
	}
p.one
	{
	color: #000066;
	font-family: "ZapfEllipt BT";
	font-style:italic;
	font-size:12px;
	text-align:center;
	}

img
	{
	border:none;
	}
img.one
	{
	background-color:#CCCCCC;
	border-color:#FF0099;
	border-style: outset;
	border-width:thin;
	}
img.two
	{
	background-color:#CCCCCC;
	border-color: #FFFF00;
	border-style:inset;
	border-width:thin;
	}