/*
@var s_fontFamily = arial, helvetica, sans-serif
*/

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%;
	background: transparent;
	font-family: arial, helvetica, sans-serif;
}

body {
	line-height: 1;
	font-size: 76%;
	color: #000;
	background-color: #fff;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: 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;
	table-layout: fixed;
}

a:link, a:hover {text-decoration: underline;}

a:visited {}

a:active {}

abbr,acronym {
	cursor: help;
	border-bottom: 1px dashed #000;
}

caption {
	text-align: left;
}

wbr {
	display: inline-block;
}

sup, sub {
	height: 0;
	line-height: 1.2;
	vertical-align: baseline;
	/*[if lt IE 8]*/_vertical-align: bottom;/*[end]*/
	position: relative;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

/*[if lt IE 8]*/
.clearfix {
	zoom:1;
}

html {
	filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

button {
	width:1;
}
/*[end]*/

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.leftAlign {
	float: left;
}

.rightAlign {
	float: right;
}
