a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas,
 caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, em, embed, fieldset, figcaption,
  figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen,
label, legend, li, meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, 
strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, tdvideo, tt, u, ul, var {

	border:0 none;
	font-size:100%;
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:top;
	font-weight:inherit;
	font-style:inherit;
	font-size:12px;
	font-family: Arial,Helvetica,sans-serif;
}
q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}
table, table td {
	padding:0;
	border:none;
	border-collapse:collapse;
}
img {
	vertical-align:top;
	border: 0;
}
embed {
	vertical-align:top;
}
 .clear {
    clear: both; 
    height: 0;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}
 .clear2 {
    clear: both; 
    height: 5px;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}
 .clear3 {
    clear: both; 
    height: 10px;
    margin: 0;
    padding: 0;
    line-height: 0;
    font-size: 0;
}
a {
	outline: none;
}
a img {
	border:0;
}
ol, ul {
	list-style:none;
}
*:focus   
{   
    outline: none   ;   
}   
a:focus { 
    outline: none; 
}
button:focus { 
    outline: none; 
}

.left{
    float: left;
    text-align: left;
}

.right{
    float: right;
    text-align: right;
}

strong,b{
    font-weight: 700;
}

.bold{
    font-weight: 700;
}

.hide{
	display: none!important;
}

.show{
	display: block!important;
}