<!--

.tabs a:link, .tabs a:visited, .tools a:active, .header .navspacer {
font-size: 11px;
line-height: 11px;
color: #333;
text-decoration: none;
font-family: tahoma,sans-serif;
}
.header a:hover {
text-decoration: underline;
}
.tabs .tools a:link,
.tabs .tools a:visited,
.tabs .tools a:active {
color: #039;
font-size: 12px;
}

.tabs .tools a:hover {
color: #c60;
}

.tabs .leftoff {
background-image:url(images/bar-left-off.gif);
background-repeat: no-repeat;
}
.tabs .lefton {
background-image:url(images/bar-left-on.gif);
background-repeat: no-repeat;
}
.tabs .middleoff {
background-image:url(images/bar-middle-off.gif);
background-repeat: no-repeat;
}
.tabs .middleon {
background-image:url(images/bar-middle-on.gif);
background-repeat: no-repeat;
white-space: nowrap;
}
.tabs .middleoffonleft {
background-image:url(images/bar-middle-off-onleft.gif);
background-repeat: no-repeat;
}
.tabs .rightoff {
background-image:url(images/bar-right-off.gif);
background-repeat: no-repeat;
}
.tabs .righton {
background-image:url(images/bar-right-on.gif);
background-repeat: no-repeat;
}
.tabs div {
margin-left: 23px;
}
.popover-tiny a:hover {
text-decoration: underline;
}
.popover-tiny a:visited {
color: #963;
}
-->