* {margin: 0; padding: 0;}
A, OBJECT {outline: none;}

HTML, BODY, DIV, SPAN, APPLET, IFRAME,
H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE,
A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE,
DEL, DFN, FONT, INS, KBD, Q, S, SAMP,
SMALL, STRIKE, SUB, SUP, TT, VAR, DD, DL, DT, 
LI, OL, UL, FIELDSET, FORM, LABEL, LEGEND, TABLE, 
CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	height: auto;
	}

A IMG, :LINK IMG, :VISITED IMG 	{border: 0}
TABLE 							{border-collapse: collapse; border-spacing: 0}
UL 								{list-style-type: none}
Q:before, Q:after, 
BLOCKQUOTE:before, 
BLOCKQUOTE:after 				{content: ""}
P 								{padding:0}
LI A 							{display:block}
IMG 							{border:0}
A:HOVER IMG 					{filter:alpha(opacity=93); opacity: 0.93}
HR 								{height:0; border-top:1px solid #000}

/*GENERIC*/
.floatL 	{float:left}
.floatR 	{float:right}
.clear 		{clear:both}
.txtOffset 	{text-indent:-9999px}