/* Browser specific and Bugs */
/* ############################################################### */
/*
////////////////
RESET BROWSER SPECIFIC STYLES
////////////////
*/
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,
strike,  sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}

/* tables still need 'cellspacing="0"' in the markup */
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}
/* ############################################################### */

html { height:100%; width:100%; overflow:auto; }
body { height:100%; width:100%; font-family:Arial;  }

a:link { text-decoration:none; color:#000000; }
a:visited { text-decoration:none; color:#000000; }
a:active { text-decoration:none; color:#000000; }
a:hover { text-decoration:none; color:#000000; }

.leftfloat {
	float: left;
}

.rightfloat {
	float: right;
}

.clearfloat {
	clear: both;
}
