/* v1.2 | 200911110126 */

* {
	background: transparent;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	outline: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
	}

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	border: 0 none;
	}

html {
	font-size: 100.01%;		/* set base size */
	}

body {
	background: #fff;
	color: #000;
	font-size: 62.5%;		/* work with EMs like with PXs (ie. 13px = 1.3em) */
	line-height: 1;
	min-height: 101%;		/* prevent centered designs jumping in Firefox */
	}

blockquote { quotes: none; }
q { quotes: "" ""; }

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
	}

/* remove dotted links */
:focus	{ outline: none; }

/* remember to highlight inserts somehow! */
ins	{	text-decoration: none;	}
del	{	text-decoration: line-through;	}


a img, :link img, :visited img {
	border: none;
	}

address {
	font-style: normal;
	}

code, kbd, samp, pre, tt, var, textarea,
input, select, isindex, listing, xmp, plaintext {
	font-size: 1em;
	font: inherit;
	white-space: normal;
	}

pre {	white-space: pre; }

dfn, i, cite, var, em {
	font-style: italic;
	}

dfn {
	font-weight: bold;
  }

h1, h2, h3, h4, h5, h6, b, strong {
	font-weight: bold;
}

a, img, a img, iframe, form, fieldset, object, applet {
	border: none;
	}

abbr, acronym {
	border-bottom: 1px dotted;
  }

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	}

th {
	font-weight: bold;
  }

tfoot {
	font-style: italic;
  }

caption, th, td, center {
	text-align: left;
	vertical-align: top;
	}

ul, ul li {
	list-style-type: disc;
  }

ol, ol li {
	list-style-type: decimal;
  }

sub, sup {
	line-height: 0;
	font-size: 10px;
	}

sub {
	vertical-align: sub;
	}

sup {
	vertical-align: super;
	}

a {
	color: inherit;
	}

hr {
	display: none;
	}

font {
	color: inherit !important;
	font: inherit !important;
	color: inherit !important; /* editor's note: necessary? */
	}

marquee {
	overflow: inherit !important;
	-moz-binding: none;
	}

blink {
	text-decoration: none;
	}

nobr {
	white-space: normal;
	}

dl dt {
	font-weight: bold;
}

/* Disable Textarea resizing for Safari */
/* Supports: car, both, horizontal, none, vertical */
textarea {
	resize: none;
  }


/* hacks */
/*
@media screen and (-webkit-min-device-pixel-ratio:0){    /* fix the bad text
* { text-shadow: #000000 0 0 0px;	}
	body { text-shadow: #000 0 0 0; }
}
*/


/*Set color of selected text (Firefox/Safari only) */
/*::selection {
	background: #ffb7b7; /* Safari /
  }
::-moz-selection {
	background: #ffb7b7; /* Firefox /
  }*/

