@charset "UTF-8";

/**
 * RESET
 *
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

body{
	padding:0px 0px 180px 0px;
}

a img{
	border:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}

strong{
	font-weight:bold;
}

a{
	color:blue;
	text-decoration:none;
	outline:none;
}
a:hover{

}




body,td,th,input {
	font-family: Arial, Helvetica, _sans;
	font-size: 11px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:20px;
}

h1{
	font-size:24px;
	line-height:38px;
}

h2{
	font-size:18px;
	line-height:32px;
}

h3{
	font-size:14px;
	line-height:28px;
}

p{
	font-size:12px;
	line-height:18px;
	padding:0px 0px 10px 0px;
}

table{
	margin:20px 0px 20px 0px;
}

table td{
	padding:10px;
}


