/* RESET */
/*
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; height: auto;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}




body {
	margin:0px;
	padding:0px;
	font:12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	line-height: 150%;
	color:#444;
	background-color: transparent;
}

#legalblock {
	font:9px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	color:#999;
	padding-left:10px;
	padding-right:10px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	line-height: 150%;
}

a {
	color: #357df5;
	text-decoration: none;
}

a:hover {
	color: #3c6fe1;
	text-decoration:underline;
}


div.listsubscribe {
	margin-top: 10px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

input.joinButton {
	position: relative;
	top: 7px;
}