body {color:rgb(200,200,200);
	font-family:Arial;
	font-size:12pt;
	background:black;
	margin:0px;
}
td {
	padding:0px;
}
img {
	border-style:none;	
}
a {
	text-decoration:none;
	color:rgb(200,200,200);
}
a:hover{
	color:rgb(237,94,2);
}
.selectedMenuLink {
	color:rgb(237,94,2);
}
#menuCell {
	width:250px;
	padding-left:20px;
	padding-top:20px;
}
#mainTable {
	width:100%;
}
#contentTable {
	width:1000px
}
#mainContentCell {
	padding-top:50px;
	padding-bottom:50px;
}
#privateImageCell {
	width:50%;
	padding-right:30px;
	padding-top:0px;
}
#businessImageCell {
	width:50%;
	padding-left:30px;
}
#toptextImageCell {
	width:700px;
	height:136px;
}
#toptextImage {
	position:relative;
	left:-200px;
}
#bodytextCell {
	padding-right:30px;
}
#returnLinkCell {
	width:300px;
	font-size:10pt;
	position:relative;
	top:-40px;
}
a.returnLink:hover {
	color:black;
}
#emptyReturnLinkCell {
	width:300px;
}
#topCell {
	height:40px;
}


