/*--------------------          reset styles          --------------------*/
html, body, div, h1, h2, h3, h4, h5, h6,
 p, blockquote, pre, address,
 ul, ol, li, dl, dt, dd,
 table, th, td, form, fieldset,
 img,div {
	margin: 0;
	padding: 0;
}
 
html {
}
body {
	background-color: #EDEDCE;
	text-align: center;
	line-height: 120%;
	font-size: 9pt;
	color: #000;
}
ul, ol {
	list-style-type: none;
}
 
table { 
	border-collapse: collapse;
	border-spacing: 0;
}
th, td { 
	text-align: left;
	vertical-align: top;
}
img {
	border: none;
}
.to_pagetop {
	clear: both;
	margin: 30px 0px 20px 0px;
	text-align: right;
	font-size: 75%;
	border-top: 1px solid #ccc;
	padding-right: 10px;
}
.nowrap {
	white-space: nowrap;
}
.clearfix{ display: inline-block;}
.clearfix:after{ content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/*\*/
* html .clearfix{ height: 1%;}
.clearfix{ display: block;}
/**/
/* Link */
a {
	text-decoration: none;
	cursor: pointer;
}
a:link {
	color: #0A50A0;
}
a:visited {
	color: #426FA0;
}
a:hover {
	color: #0A50A0;
	text-decoration: underline;
}
a:active {
	color: #0A50A0;
}
