body, div, table, tr, td, p, form, input, select, a, img, ul, li { margin: 0; padding: 0;}
body { 
	text-align: left;
	color: #333;
	font-size: 9pt;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka", sans-serif;
	font-style: normal;
	}
a:link, a:visited{
	text-decoration: underline;
	color: #333;
	outline: none;
	}
a:hover, a:active{
	text-decoration: underline;
	color: #ff009e;
	outline: none;
	}
img { border: 0;}
h1{
	margin: 0;
	padding: 20px 20px 0;
	}
h2{
	margin: 0;
	padding: 30px 20px 5px;
	font-size: 9pt;
	font-family: "arial";
	font-weight: normal;
	color: #777;
	}
h3{	font-size: 11pt; }
h4{	font-size: 10pt;}
h5{	font-size: 9pt;}
h7{
	margin: 0;
	padding: 30px 20px 10px;
	font-size: 8pt;
	font-family: "arial";
	font-weight: normal;
	color: #999;
	}
p{ line-height: 1.5em;font-size: 9pt;}
span{ color: #aaaaaa;}

.right { float: right;}
.left {	float: left;}
.clearfix {
	clear: both;
	height: 20px;
	visibility: hidden;
	}

#frame{
	width: 800px;
	text-align: left;
	background-color: #fff;
	border: #fff 1px solid;
	}




/* Tooltips CSS definitions */	

.tooltip {
	position: absolute!important;
	overflow:hidden;
	font-size: 8pt;
	z-index: 10000!important;
}
	.tooltip .xtop, .tooltip .xbottom { display: block; background: transparent; font-size: 8pt; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { display: block; overflow: hidden; }
	.tooltip .xb1, .tooltip .xb2, .tooltip .xb3 { height: 1px; }
	.tooltip .xb2, .tooltip .xb3, .tooltip .xb4 { background: #666; border-left: 1px solid #333; border-right: 1px solid #333; }
	.tooltip .xbottom .xb2, .tooltip .xbottom .xb3, .tooltip .xbottom .xb4 { background: #666; }
	.tooltip .xb1 { margin: 0 5px; background: #333; }
	.tooltip .xb2 { margin: 0 3px; border-width: 0 2px; }
	.tooltip .xb3 { margin: 0 2px; }
	.tooltip .xb4 { height: 2px; margin: 0 1px; }

	.tooltip .xboxcontent {
		padding: 0 .5em;
		margin: 0;
		color: #000;
		text-shadow: 2px 2px 0px #CCC;
		word-wrap:break-word;
		border: 1px solid #333;
		border-width: 0px 1px 0 1px;
		background-color: #666;
	}
