.highslide-html {
    background-color: white;
   	font-family: Verdana, Helvetica;
    font-size: 7pt; 
}
.highslide-html-blur {
    border: 2px solid gray;
}
.highslide-html-content {
	position: absolute;
    display: none;
    font-family: Verdana, Helvetica;
    font-size: 7pt;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-family: Verdana, Helvetica;
    font-size: 7pt;
    font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
</style>

<style>

A.menulink {
display: block;
width: 0;
text-align: left;
text-decoration: none;
font-family:verdana;
font-size:10px;
color: #FFFFFF;
BORDER: none;
border: none;
}

A.menulink:hover {
border: none;
background-color:#88AF95;
}

</style>

<style type="text/css">

.curlycontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
width: 300px;
}

.curlycontainer .innerdiv{
background: url('gfx/pmcc.gif') no-repeat bottom right;
position: relative;
left: 2px;
top: 2px;
padding-left:5px; padding-right:4px; padding-top:1px; padding-bottom:15px
}

</style>

<style>
#content{
position: fixed; 
top: 0; /*Set top value to HeightOfTopFrameDiv*/
left: 0;
right: 0;
bottom: 0; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto; 
background-image: url('gfx/pmbgi.jpg');
background-repeat: no-repeat;
background-position: right bottom;
}