.tt {font: 16px Times ;font-weight: bold;font-style: italic;text-indent:0.2 in ; color: black;}
.tblfnt {font: 12px New Roman;font-weight: bold;font-style: italic;color: #0000FF;}
.hft {font: 20px Times New Roman;font-weight: bold;font-style: italic;color: #808080;}
.hdrft {font: 24px Times New Roman;font-weight: bold;font-style: italic;text-decoration:underline;color: #0;}
.pnfnt {font: 12px Times New Roman;font-weight: normal;font-style: italic;color: #808080;}
.ftrfnt {font: 12px Times New Roman;font-weight: normal;color:#ff2020;}
.btn {font-family:verdana;font-size:12px;font-style:bold;font-weight:bold;background:#d0d0ff;color:#000000;cursor:hand;cursor:pointer;}
.button {Arial:14px Times;font-weight:bold;background-color: #000080; color: #ffffff;width:20;  border:2px; margin-left: 1px; margin-top: 1px; margin-bottom: 1px;  cursor: pointer;  cursor: hand;align: center;}

.ft1{ font-size:18pt;font-style:Italic;font-weight:Bold;font-family:Arial;}
.ft1a{font-size:18pt;font-style:Italic;font-weight:Bold;font-family:Arial;color:#ff0000;}
.ft2{font-size:12pt;font-style:Italic;font-weight:Bold;font-family:Times New Roman;color:#808080;}
.ft3{font-size:12pt;font-weight:Bold;font-style:Italic;font-family:Arial;color:#000000;}
.ftSmall{font-size:10pt;font-style:Italic;font-weight:Normal;font-family:Arial;color:#2020ff;}

A {text-decoration: none;color: #ff0202 ;}

body{
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%;
max-height: 100%;
}

#framecontentTop, #framecontentBottom{
background-color: #ffffff;
position: absolute;
border: 0;
top: 0;
left: 0;
width: 100%;
height: 130px; /*Height of top frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#framecontentBottom{
top: auto;
left: 0;
bottom: 0;
height: 65px; /*Height of bottom frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
}

#maincontent{
position: fixed;
top: 130px; /*Set top value to HeightOfTopFrameDiv*/
left: 0;
right: 0;
bottom: 65px; /*Set bottom value to HeightOfBottomFrameDiv*/
overflow: auto;
}

img#transp{  position:fixed; top: 2px; left:0; margin: 0; padding:0; width: 240px; height: 120px; z-index: 6;}

.innertube{
margin: 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 130px 0px 65px 0px; /*Set value to (HeightOfTopFrameDiv 0 HeightOfBottomFrameDiv 0)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%;
width: 100%;
}

* img#transp{ /*IE6 hack*/
position:absolute;
top:expression(eval(document.body.scrollTop));
}

