
/*----------------------------------------------------
	
----------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, var,
b, i, p, 
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    vertical-align:baseline;
	text-decoration: none;
	outline: none;
}

html, body {
	height:100%;
}

html {
	overflow-y: scroll;
	min-height: 100%;
}

body {
	font-family: 'Arial', sans-serif;
	line-height: 1.3;
	font-size: 90%;
	width:100%;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
	-webkit-text-size-adjust: none;
}
.q{
	font-family: sans-serif;
}
h1{
	clear:both;
}

h2{
	clear:both;
}

h3{
	font-weight: normal;
	clear:both;
}
h4{
	font-weight: normal;
	clear:both;
}

p {
	border: none;
	font-style: normal;
	list-style-type: none;
	clear: both;
}
ul{
	clear:both;
}
li {
	border: none;
	font-style: normal;
}

em {
    font-style: normal;
}

a {
	font-weight:bold;
	text-decoration: underline;
	margin:0;
    padding:0;
    border:0;
}
a b{
	text-decoration: underline;
}
sub {
	vertical-align: baseline;
	font-size: 90%;
}
sup {
	vertical-align: super;
	font-size: 90%;
}

table {
	font-size: 90%;
    border-spacing:3px;
	overflow: auto;
	border-left: 1px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	clear:both;
}
div{
	clear:both;
}
img { 
	vertical-align: bottom;
}