/* RESET */
html, body, div, h1, h2, h3, h4, h5, h6, 
ul, ol, dl, li, dt, dd, p, blockquote,  
pre, fieldset, table, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 13px;
	font-family: Arial, 'Trebuchet MS', Trebuchet, Helvetica, Tahoma, Arial, sans-serif;
	line-height:1.3em;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: white;
	color:black;
	font-family: Arial, Trebuchet, 'Trebuchet MS', Trebuchet, Helvetica, Tahoma, sans-serif;
	font-size:13px;
	line-height:1.3em;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	font-size:13px;
}
caption, th, td {

}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a, a:active, a:hover, a:visited {
	color:#666666;
	margin:0;
	padding:0;
	text-decoration:underline;
}

a:hover {
	color:#666666;
	text-decoration:underline;
}

img {
	border:0;
}

.we {
	display:none;
}