/* This reset stylesheet is a modified version of Eric Meyer's "Reset Reloaded" stylesheet. */

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, caption  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: normal;
	font-style: inherit;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}

/* DEFAULT HEADER STYLES */
h1{font-size: 3.5em;}
h2{font-size: 3em;}
h3{font-size: 2em;}
h4{font-size: 1.5em;}
h5{font-size: 1em;}
h6{font-size: 1em;}

:focus {
	outline: 0;
}

body {
	/*line-height: 1;*/
	line-height: 18px;
	color: black;
	background: white;
}

ol, ul, li {
	list-style: none;
}


caption {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

em{
	font-style:italic;
}

strong{
	font-weight:bold;
}

/* REMOVE BORDERS FROM LINKED IMAGES */
a img{
	border:none;
}