@CHARSET "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}

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

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

:focus {
	outline: 0;
}

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

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

body {
	line-height: 1.2;
}

a {
    font-size: 100%;
    vertical-align: baseline;
    text-decoration: none;  
}

a:hover {
	text-decoration: underline;	
}
	
ol, ul {
	list-style: none;
}

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

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote: before, blockquote: after, q: before, q: after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

input, select, button {
    vertical-align: middle;
}

textarea {
	overflow: auto;	
}

mark {
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

ins {
    text-decoration: none;
}

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

.clear {
	clear: both;
	font-size: 0px;
}
