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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	vertical-align: baseline;
	font-size:100%;
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
/*	outline: 0;*/
}

h1, h2, h3, h4, h5, h6{
	clear:both;
}

article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
	display: block;
}

p{margin-bottom:20px;}

input,select,textarea{font-size:100%; font-family:inherit;}

img{border:none; vertical-align:top; padding:0; margin:0;}

img.nodisplay{display:none;}

ul,ol{margin:20px 0;}

ul li{
	list-style-type:disc;
	margin-left:20px;
	margin-bottom:10px;
}

ol li{
	list-style-type:decimal;
	margin-left:30px;
	margin-bottom:10px;
}

hr{
	clear:both;
}

a{color:#34b3d1;text-decoration:none;}

a:hover{color:#34b3d1;text-decoration:underline;}

strong{font-weight:bold;}

em{
	font-style:normal;
	font-weight:bold;
	font-size:16px;
}

table{border-collapse: separate; *border-collapse: collapse; border-spacing: 0;}

table th,table td{
	vertical-align:center;
	text-align:left;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/*IE*/
.clearfix{zoom:1;}

/* hides from IE-mac \*/
* html .clearfix{height:1%;}
.clearfix{display:block;}

.clear{clear:both; width:100%;}

.clear hr{ opacity:0; margin:0; padding:0;}  