@charset "UTF-8";

html {
	color:#000000;
	background-color:#FFFFFF;
	height:100%;
	line-height:1;
}

body {
	margin:0;
	padding:0;
	border:0;
	height:100%;
	font-size:10px;
}

h1,h2,h3,h4,h5,h6,form,dl,dt,dd, p {
	margin:0;
	padding:0;
	font-size:100%;
}
p {
	margin:0 0 0.8em;
}
img {
	border-style:none;
	vertical-align:text-bottom;
}
p img {
	vertical-align:middle;
}
em {
	font-style:normal;
}
button, input, select, textarea {
	vertical-align:middle;
}
label {
	cursor:pointer;
}
hr {
	display:block;
	margin:20px 0;
	padding:0;
	height:0;
	line-height:0;
	border-top:#AAAAAA 1px solid;
	border-bottom:#E5E5E5 1px solid;
}
a:link {
	color:#024591;
	text-decoration:none;
}
a:visited {
	color:#6A3884;
	text-decoration:none;
}
a:active,
a:hover {
	color:#458CDD;
	text-decoration:underline;
}
