/* 
----------------------------------------------------------------------------- 
GLOBAL RESET
-----------------------------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,table,th,td,embed,object{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,abbr{border:0;}
address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,strong,th,var{font-style:normal;font-weight:normal;}
ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:1.0em;}
q:before,q:after{content:'';}
a,ins{text-decoration:none;}


/* 
----------------------------------------------------------------------------- 
INLINE
-----------------------------------------------------------------------------*/
html{
	height:100%;
}
body{
	padding:20px;
	color:#000;
	font-family:"Arial";
	font-size:12px;
}

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

h1{
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
}
h2{
	font-size:14px;
	font-weight:bold;
	padding-bottom:10px;
}
p{
	padding-bottom:10px;
}
sup{
	font-size:9px;
}

