body
{
background-color: white;
text-align: center;
margin:0,0,0,0;
}

p, td
{
font-family:Calibri;
font-size:12;
}


table.mainframe
{
	text-align: center;
	background-color:#D1CBBF;
	border-style:none;
	border-width:0px;
	border-collapse:collapse;
	padding: 0px;
	width:100%;
	height:100%;
}

table.topbar
{
	vertical-align: bottom;
	text-align: center;
	border-style:none;
	border-width:0px;
	padding: 0px;
	background-color:#D1CBBF;
	width:100%;
	height:142px;
}

table.coredata
{
	vertical-align: top;
	/*opacity:0.4;filter:alpha(opacity=100);*/
	border-style:solid;
	border-color:white;
	border-width:0px;
	border-collapse: collapse;
	padding: 0px;
	background-color:white;
	width:829px;
	height:470px;
}


td.menu
{
width: 195;
padding: 0px;
background-color:gray;
background-repeat:no-repeat;

}


tr.titles
{
background-image: url('images/titles.jpg');
}