/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

#u_c_index html, #u_c_index body, #u_c_index div, #u_c_index span, #u_c_index object, #u_c_index iframe,
#u_c_index h1, #u_c_index h2, #u_c_index h3, #u_c_index h4, #u_c_index h5, #u_c_index h6, #u_c_index p, #u_c_index blockquote, #u_c_index pre,
#u_c_index abbr, #u_c_index address, #u_c_index cite, #u_c_index code,
#u_c_index del, #u_c_index dfn, #u_c_index em, #u_c_index img, #u_c_index ins, #u_c_index kbd, #u_c_index q, #u_c_index samp,
#u_c_index small, #u_c_index strong, #u_c_index sub, #u_c_index sup, #u_c_index var,
#u_c_index b, #u_c_index i,
#u_c_index dl, #u_c_index dt, #u_c_index dd, #u_c_index ol, #u_c_index ul, #u_c_index li,
#u_c_index fieldset, #u_c_index form, #u_c_index label, #u_c_index legend,
#u_c_index table, #u_c_index caption, #u_c_index tbody, #u_c_index tfoot, #u_c_index thead, #u_c_index tr, #u_c_index th, #u_c_index td,
#u_c_index article, #u_c_index aside, #u_c_index dialog, #u_c_index figure, #u_c_index footer, #u_c_index header,
#u_c_index hgroup, #u_c_index menu, #u_c_index nav, #u_c_index section,
#u_c_index time, #u_c_index mark, #u_c_index audio, #u_c_index video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	/*background:transparent;*/
}
#u_c_index body {
	line-height:1;
}

#u_c_index article, #u_c_index aside, #u_c_index dialog, #u_c_index figure, #u_c_index footer, #u_c_index header,
#u_c_index hgroup, #u_c_index nav, #u_c_index section {
	display:block;
}

#u_c_index ul {
	list-style:none;
}

#u_c_index blockquote, #u_c_index q {
	quotes:none;
}

#u_c_index blockquote:before, #u_c_index blockquote:after,
#u_c_index q:before, #u_c_index q:after {
	content:'';
	content:none;
}

#u_c_index a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

#u_c_index ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

#u_c_index mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

#u_c_index del {
	text-decoration: line-through;
}

#u_c_index abbr[title], #u_c_index dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

#u_c_index table {
	border-collapse:collapse;
	border-spacing:0;
}

#u_c_index hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

#u_c_index input, #u_c_index select {
	vertical-align:middle;
}

#u_c_index img {
	vertical-align:middle;
}


#u_c_index .clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


#u_c_index .clear {
	clear:both;
}