body {
	font-family: tahoma, arial, sans;
	background: #FFF;
/*	background-image: url('images/bg.png'); */
	background-repeat: no-repeat;
	background-position: top left;
}

.container .toptable {	/* top table holding contact info and partner links */
	width: 90%;
}

.container .toptable .contact {	/* contact info in top container */
	vertical-align: top;
	color: #666;
}

.container .toptable .partners table, .container .toptable .partners img {	/* partner images in top right */
	border: 0px;
}

.container  table.main {
	vertical-align: top;
}

.container table.main .referralcolumn {
	width: 200px;
}

.container .bullettable {
	width: 625px;
	height: 300px;
	margin-left: 40px;
	padding: 0px;
}


.container .referraltable {
	width: 200px;
	height: 125px;
	cursor: pointer;
}

.container .bullettable .main {
	vertical-align: top;
}

.container .bottomtable {
	width: 100%;
}

.container .infotable {
	width: 340px;
	height: 150px;
	cursor: pointer;
}

.container .copyright {
	width: 100%;
	text-align: center;
	font-size: 9pt;
	color: #555;
}



