/* 
	Using a customized version of Eric Meyer's CSS Reset to give us an even, cross-browser playing field. More info:
	http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
*/

applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike,sub, sup, tt, var,
b, u, i, 
dl, dt, dd, ol, li,
legend{
	background: transparent;
	border: 0;
	font:12px Tahoma;
	font-weight:bold;
	color:#000000
	margin: 0;
	outline: 0;
	padding: 0;
	
}


