body {
	margin: 0;
	padding:0;
	color: #EAEDE6;
	background:#e9e7eb url(bg_body.jpg) top center no-repeat;	
	background-attachment: fixed;
}

table { border-collapse:collapse; }

body, table {
	font:12px normal Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

.footer {
	color: #ffffff;
	font-weight:normal;
}

.emailBG {
	background:url(/_templates/1/source/bg_signup.png) no-repeat top; 
	padding:20px 10px 0px 20px;
}
form { 
	display: inline;
}
h1 {
	display:inline;
	font-size: 18px;
}

h2 {
	font-size: 16px;
	display:inline;
}

/* links */
a					{ /*color:#88CF74;*/color:#63AD4E; text-decoration:underline; }
a:hover 			{ color:#EEEEEE; text-decoration:underline; }

a.footerNav			{ color:#FFFFFF; text-decoration:none; }
a.footerNav:hover	{ color:#A5DF99; text-decoration:none; }

/* TOOLTIP STYLE */
#dhtmltooltip{
	position: absolute;
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	padding: 3px;
	text-align: center;
	visibility: hidden;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}