@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	line-height: 1.5em;
}

.clearfix {
	clear: both;
	height: 0px;
	overflow: hidden;
}

table {
	font-size: 100%;
}

hr {
	clear: both;
	margin: .5em 0;
	height: 1px;
	border: none;
	border-bottom: 1px dotted #ccc;
}

img {
	border: 0;
}

p {
	margin: .8em 0;
}

h1,h2,h3,h4,h5 {
	margin: 1em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1em;
}

h2,h3,h4,h5 {
	color: #333333;
}

h1 {
	font-size: 220%;
}

h1 small {
	font-size: 70%;
}

h2 {
	font-size: 155%;
	margin: 1.5em 0;
}

h3 {
	font-size: 110%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
}

h5 {
	font-size: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.page-anchor {
	position:absolute;
	overflow:hidden;
	height:1px;	
}

fieldset {
	padding: .5em;
	margin-left: .2em;
}

/** tooltips **/

.tooltip .tip {
	position: relative;
	width: 240px;
	z-index: 99;
	border: 1px solid #cccccc;
	border-width: 1px 2px 2px 1px;
}
 
.tooltip .tip-title {
	font-weight: bold;
	margin: 0;
	padding: .2em .5em;
	background: #e5e5e5;
	color: #666666;
	border-bottom: 1px dotted #cccccc;
}
 
.tooltip .tip-text {
	padding: .5em;
	background: #ffffff;
}


