
body { 
		margin:auto;
	margin-top:10px;
	background-color: #000000;
	background-image: url('images/bkgrnd.jpg');
	color: rgb(254,254,192);
  	font-family: arrus, arrus bt, verdana, arial, helvetica, sans-serif;
	text-align:justify;
	}

p.bold { font-weight:bold;}
a:link { color: rgb(212,197,68); text-decoration:none; }
a:visited { color: rgb(212,197,68); text-decoration:none; }
a:hover { color: rgb(212,197,68); }
a.bottom { vertical-align: text-bottom;}

table.header {
		background-color: rgb(254,219,42);
		background-image: url('images/headerImg.jpg');
		width: 800px;
		color: rgb(76,10,10);
		font-family:arrus,serif,times;
		border-width:2px;
		border-style:inset;
		border-color:rgb(81,87,34);
		vertical-align: text-bottom;
		caption-side: bottom;
	}
td.inheader {
		background-color: rgb(254,219,42);
		height: 25px;
	}
	
img.bottom { vertical-align: text-bottom; }

table.main {
		text-align:justify;
		width: 800px;
		color: rgb(254,254,192);
		font-size:90%;
	}

table.contact{
		width:500px;
		color:rgb(254,254,192);
	}
table.contact_us{
	color:gray;
	font-family:arial,sans-serif;
	text-align:center;
	font-size:10px;
}
table.contact_usA{
	color:gray;
	text-decoration:none;
}
table.terms { font-size: 90%; }


/****************** footer *************************/

.footer {
	text-align:center;
	margin:6px 0 0 0;
	color:#aeb3ad;
	font-size:10pt;
}

.footer a{
	color:#aeb3ad;
	text-decoration:none; 
}

/************* END footer  *********************/
 