/**********************************************/
/* Reset CSS - Meyerweb.com - v1.0 | 20080212 */
/**********************************************/
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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1.4; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/************************************/
/* Time to bring you back to life.. */
/************************************/

ol { list-style-type: decimal; margin-left: 2em; }

abbr,acronym { /*indicating to users that more info is available */
	border-bottom: 1px dotted;
	border-color: inherit;
	cursor: help;
} 

th,td {
	/*borders and padding to make the table readable*/
	border: 1px solid #000;
	padding: .5em;
}

th {
	/*distinguishing table headers from data cells*/
	font-weight: bold;
	text-align: center;
}

caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom: .5em;
	/*centered so it doesn't blend in to other content*/
	text-align: center;
}

p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom: 1em;
}

blockquote {
	font-size: 125%;
	}

.imaged span { display: none; }
.fleft { float: left; }
.fright { float: right; }
.clearer { clear: both; }
.grow { font-size: 130%; }
.center { text-align: center; margin: 0 auto; }

/********************************************************/
