@charset "utf-8";
/* CSS Document */

/*CSS Reset*/

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, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
:focus{
    outline: 0;
    outline-style:none;
    outline-width:0;
}
input:focus {
    outline: 0;
    outline-style:none;
    outline-width:0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */

/* removing dotted line on buttons and clickable input elements for Firefox */
input[type="submit"], input[type="button"], button
{ border : 0; }
 
/* Remove outline on buttons and clickable input elements for WebKit Browsers &amp; IE8 */
input[type="submit"]:focus, input[type="button"]:focus, input[type="text"]:focus, button
{ outline : none; }


/*common styles*/
.clear					{ display:block; overflow:hidden; font-size:1px; height:0px; clear:both;}
p						{}

h1						{}
h2						{}
h3						{}
h4						{}
h5						{}
h6						{}

a						{ text-decoration:none;}
a:hover					{ text-decoration:underline;}

input					{}
select					{}