html, body {
	font-family: "GilSans", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 10px;
}

td, input {
	font-family: "GilSans", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 11px;
}

H1 {
	font-size: 18px;
}

H2 {
	font-size: 16px;
}

H3 {
	font-size: 14px;
}

H3.title {
	font-weight: 400;
	color: white;
	margin: 0;
	padding: 0;}

H4 {
	font-size: 12px;
}

P {
	font-size: 11px;
}

P.small {
	font-size: 10px;
}

b.profilename {
	font-size: 12px;
}

table.emailTable a.mailLink {
	color: black;
	text-decoration: none;
}

table.emailTable a.mailLink:hover {
	text-decoration: underline;
}

div.replyBtn {
	float: right;
	width: 80px;
	text-align: center;
	border: 1px solid black;
	margin: 0 10px 0 0;
	padding: 0;
}

div.replyBtn a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	background-color: #CCC9A1;
	color: black;
	padding: 1px;
}

div.replyBtn a:hover {
	text-decoration: none;
	font-weight: bold;
	background-color: #CCCCCC;
}

/* HEADER */

div#main {
	background-color: white;
	width: 752px;
	margin: 0;
	padding: 0;
}

div#header {
	position: relative;
	margin: 0 0 8px 0;
	padding: 0;
}

div#header img {
	margin: 0;
	padding: 0;
	border: 0;
}

img#menu_home, img#menu_profile, img#menu_prospects, img#menu_community,
img#menu_home_ro, img#menu_profile_ro, img#menu_prospects_ro, img#menu_community_ro {
	position: absolute;
	top: 142;
}

img#menu_home_ro, img#menu_profile_ro, img#menu_prospects_ro, img#menu_community_ro {
	display: none;
}

img#menu_home, img#menu_home_ro {
	left: 314;
}

img#menu_profile, img#menu_profile_ro {
	left: 419;
}

img#menu_prospects, img#menu_prospects_ro {
	left: 529;
}

img#menu_community, img#menu_community_ro {
	left: 638;
}

img#menu_help, img#menu_account, img#menu_feedback, img#menu_signoff {
	position: absolute;
	top: 119;
}

img#menu_help {
	left: 528;
}

img#menu_account {
	left: 564;
}

img#menu_feedback {
	left: 636;
}

img#menu_signoff {
	left: 697;
}

#banner1 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 12px;
	top: 8px;
}

#banner2 {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 780px;
	top: 8px;
}