body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../10/img/bg.png);
	background-color: #FFFFFF;
	background-repeat: repeat-y;
	background-position: center;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	text-align: justify;
	line-height: 16px;
}
a:link {
	color: #1674b5;
	text-decoration: none;
}
a:visited {
	color: #1674b5;
	text-decoration: none;
}
a:hover {
	color: #b81b1f;
	text-decoration: none;
}
a:active {
	color: #b81b1f;
	text-decoration: none;
}
ul {
	list-style-type:none;
	padding:0px;
	margin:0px;
}
li {
	background-image: url(../10/img/bullet.png);
	background-repeat: no-repeat;
	background-position: 6px 6px;
	padding-left: 14px;
}
.bg-left {
	background-attachment: scroll;
	background-image: url(../10/img/bg-left.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.bg-center {
	background-attachment: fixed;
	background-image: url(../10/img/bg-center.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
}
.bg-right {
	background-attachment: scroll;
	background-image: url(../10/img/bg-right.png);
	background-repeat: repeat-y;
	background-position: left;
}
.header-line {
	background-attachment: scroll;
	background-image: url(../10/img/header-line.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #ececec;
}
.panel-left {
	background-image: url(../10/img/panel-left.png);
	background-repeat: repeat-y;
	background-position: left;
}
.panel-center {
	background-color: #e9e9e9;
	background-image: url(../10/img/panel-center.png);
	background-repeat: repeat-x;
	background-position: top;
}
.panel-right {
	background-image: url(../10/img/panel-right.png);
	background-repeat: repeat-y;
	background-position: right;
}
.panel-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #646464;
	list-style-image: none;
}
.section-line {
	background-attachment: scroll;
	background-image: url(../10/img/section-line.png);
	background-repeat: repeat-x;
	background-position: center;
}
.section-title {
	font-family: "Arial Narrow";
	font-size: 26px;
	color: #1674b5;
}
.footer {
	background-attachment: scroll;
	background-image: url(../10/img/footer.png);
	background-repeat: repeat-x;
	background-position: center top;
}
.footer-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #8f8f8f;
}
/* css tooltips */
a.tooltip {
	color: #1674b5;
	border-bottom: 1px dashed;
	text-decoration: none;
}

a.tooltip:hover {
	position: relative;
	cursor: help;
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span {
	display: block;
	/*
   	position: absolute; top: 10px; left: 0;
   	padding: 5px; margin: 10px; z-index: 100;
   	border: 1px dotted #c0c0c0;
    text-decoration: none;
	padding-right: 20px;
	background: #f0f0f0;
	width: 250px;
*/
	position: fixed;
	margin: 0px;
	z-index: 100;
	text-decoration: none;
	width: 100%;
	bottom: 0px;
	left: 0px;
	background-color: #f0f0f0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 35px;
	height: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #c0c0c0;
	background-attachment: scroll;
	background-image: url(../10/img/question.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
