/**
	OnWired Reset Stylesheet
		by Chris Jones & Nathan Huening, OnWired LLC
		http://onwired.com
		copyright (c) 2008 OnWired LLC
**/


/*
    Tripoli is a generic CSS standard for HTML rendering. 
    Copyright (C) 2007  David Hellsing under a GNU General Public License
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, a img, abbr, acronym, address, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
isindex, listing, xmp, plaintext {
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0;
	font: inherit; 
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	white-space: normal; 
}

textarea, input, select {
	font-size: 1em;
	font: inherit; 
	/*border: 0;
	outline: 0;*/
	font: inherit; 
	font-size: 100%;
	vertical-align: baseline;
	white-space: normal; 
}

/*b, u, i, center, font, big, small, hr { color: red; font-size: 24px; }*/

body { 
	line-height: 1;
	color: black;
	background-color: white;
}

caption, th, td { 
	text-align: left; 
	vertical-align: top; 
}

strong { font-weight: bold; }

em { font-style: italic; }

ul, dir, menu { list-style: none; }

a { color: inherit; }

blockquote, q { quotes: none; }

:focus { outline: 0; }

ins { text-decoration: none; }
del { text-decoration: line-through; }

table {
	/*border-collapse: collapse;*/
	border-spacing: 0;
}

marquee { overflow: inherit !important; -moz-binding: none; }
blink { text-decoration: none; }
nobr { white-space: normal; }