@charset "utf-8";
/* CSS Document */

/* 	YUI resets  */

* { 
	margin:0;
	padding:0;
}

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, textarea, input,
table, caption, tbody, tfoot, thead, tr, th, td, p a, li a, li li, address a, h2 span, span a, li address, noscript, table li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

em, i {
	font-style: italic;
}


fieldset,img { border:0;}

strong {font-weight:bold;}

ol li {list-style: decimal outside; margin:0 0 0 25px;}
ul li {list-style: none;}

th {
	text-align:left;
}

/* slightly enhanced, universal clearfix hack */
.clearfix {
	clear: both;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

table tr {
cursor:default!important;
}

