/* reset a whole bunch of stuff */
/****************************************************/
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,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin			: 0;
	padding			: 0;
	border			: 0;
	outline			: 0;
	font-weight		: inherit;
	font-style		: inherit;
	font-size		: 100%;
	font-family		: inherit;
	vertical-align	: baseline;
}

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

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

ol, ul
{
	/*display			: list-item;*/
}

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

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


/* default style classes */
/****************************************************/
.alignleft		{ text-align	: left;		}
.alignright		{ text-align	: right;	}
.aligncenter	{ text-align	: center;	}
.clear			{ clear			: both;		}
.floatleft		{ float			: left;		}
.floatright		{ float			: right;	}
.width25		{ width			: 25%;		}
.width50		{ width			: 50%;		}
.width75		{ width			: 75%;		}
.width100		{ width			: 100%;		}
.overflow		{ overflow		: none;		}


/* line height classes */
/****************************************************/
br.one			{ line-height	: 1px; 		}
br.two			{ line-height	: 2px; 		}
br.three		{ line-height	: 3px; 		}
br.four			{ line-height	: 4px; 		}
br.five			{ line-height	: 5px; 		}
br.ten			{ line-height	: 10px; 	}
br.fifteen		{ line-height	: 15px; 	}

