/*
  CSS stylesheet to override certain defaults, making things much more consistent across browsers
*/

html, body, div, span, object, applet, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, img, pre,
dl, dt, dd, ol, ul, li,
form, fieldset, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
a, abbr, acronym, address, cite, code,
dfn, em, kbd, q, samp, strong, tt, var,
big, small, ins, del, sub, sup,
font, s, strike {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	color: #000000;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0 0;
}

a:link    { color: #0000FF; }
a:visited { color: #660066; }
a:hover   { color: #FF0000; }
a:active  { color: #FF0000; }
a:focus   { color: #FF0000; }


/* remember to define focus styles! */
:focus {
	outline: 0;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote, q {
	quotes: '' '' '' '';
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to highlight inserts/deletes somehow! */
ins, del {
	text-decoration: none;
}