@charset "utf-8";

/*------------------------------------
------------------------------------*/
html{
	filter: expression(document.execCommand("BackgroundImageCache",false,true));
}

html {
	overflow-y: scroll;
	height: 100%;
}

body {
	font-size: 13px;
	*font-size: small;
	*font: x-small;
}

table {
	font-size: inherit;
	font: 100%;
}

select,
textarea {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 93%;
}

option {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 3px;
}

* {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 100.01%;
	font-style: normal;
	
}


p {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
	line-height: 1.4;
}

h1 {
	font-size: 189%;
}

h2 {
	font-size: 159%;
}

h3 {
	font-size: 144%;
}

h4 {
	font-size: 122%;
}

h5 {
	font-size: 107%;
}

em {
	font-style: normal;
	font-weight: normal;
}

a:link {
	color:#f8f8f8;
}

a:active {
	color:#e8e8e8;
}

a:visited {
	color:#fff;
}

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

ul,
ol,
dl {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 1.4;
	list-style-position: outside;
}

li,
dt,
dd {
	font-size: 100%;
}

img{
	border: 0px;
}

label {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	cursor: pointer;
}

