/* RESET */
html, body, div, h1, h2, h3, h4, h5, h6, 
ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, Tahoma, Arial, sans-serif;
	color:#333333;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.2;
	color:#333333;
	background: white;
}
ol, ul {
	list-style-position:outside;
	list-style-type:square;
	margin-left:15px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a, a:active, a:hover, a:visited {
	color:#333333;
	position:relative;
	text-decoration:underline;
	z-index:999;
}
img {border:0;}

input.text, textarea.text {
	border:1px solid #333333;
}

.we {
	display:none;
}

#printIt {display:none;}