body
{ 
background: url('images/stor-bgr.jpg') repeat fixed top;
}
table.t1{
width: 678px;
border-collapse: collapse;
border: none;
}
table.t2{
width: 477px;
border-collapse: collapse;
border: none;
}
td{
border: none;
}
td.gul1 {
border: none;
background-color: #FFFFD9;
}
td.gul2 {
WIDTH: 477PX;
border: none;
text-align: left;  
background-color: #FFFFEC;
}
td.grey {
border: none; 
text-align: center; 
background-color: #CCCCCC;
}
UL {
padding-right : 3px;
padding-left : 3px;
padding-bottom : 3px;
padding-top : 3px;

}
OL {
padding-right : 3px;
padding-left : 3px;
padding-bottom : 3px;
margin : 0 0 0 40px;
padding-top : 3px;
}
BLOCKQUOTE {
padding-right : 3px;
padding-left : 3px;
padding-bottom : 3px;
margin : 0 0 0 40px;
padding-top : 3px;
}
a{
color:#999900;
font-weight:bold;
text-decoration:none;

}
a:hover{ color: red; background:;}
H1 {
margin-top : 8px;
margin-left :6px;
font-weight : bold;
font-size : 20pt;
margin-bottom : 0;
color : #000000;
font-family : "Times New Roman", Times, serif;
}
H2 {
margin-top : 8px;
margin-left :6px;
font-weight : bold;
font-size : 15pt;
margin-bottom : 0;
color : #000000;
font-family : "Times New Roman", Times, serif;
}
H3 {
margin-top : 8px;
margin-left : 6px;
font-weight : bold;
font-size : 10pt;
margin-bottom : 0;
color : #000000;
font-family : "Times New Roman", Times, serif;
}
H4 {
margin-top : 5px;
font-size : 8pt;
margin-bottom : 0;
margin-left : 13px;
color : #000000;
font-family : Verdana, sans-serif; text-align:left}
P {
margin-top : 0;
font-size : 8pt;
margin-bottom : 5px;
margin-left : 13px;
color : #000000;
font-family : Verdana, sans-serif; text-align:left
}
LI {
margin-top : 5px;
font-size : 8pt;
margin-bottom : 5px;
margin-left : 5%;
line-height : 100%;
font-family : Verdana, sans-serif;
text-align : left;
}

a.tooltip{
color:#999999;
font-weight:bold;
text-decoration:none;
position:relative;
}
a.tooltip span{ display: none; }
a.tooltip:hover{ color: black; background:;}
a.tooltip:hover span.tooltip{
/* opacity with different browsers */
filter: alpha(opacity:80);
KHTMLOpacity: 0.80;
MozOpacity: 0.80;
opacity: 0.80;
width:200px; /* width of the tooltip, if you adjust this you need to adjust the width of your image as well*/
color: #000000; /* tooltip-text color */
text-align: center; /* tooltip text alignment */
display:block;
position:absolute;
top:0px; left:0;
padding: 15px 0 0 0;
}
a.tooltip:hover span.top{
/* top padding */
display: block;
background: url('/tooltip.gif') no-repeat top;; padding-left:2px; padding-right:2px; padding-top:30px; padding-bottom:0
}
a.tooltip:hover span.middle{ /* different middle bg for stretch */
display: block;
background: url('tooltipfiller.gif') bottom;; padding-left:4px; padding-right:4px; padding-top:0; padding-bottom:0
}
a.tooltip:hover span.bottom{
/* bottom padding */
display: block;
background: url('tooltip.gif') no-repeat bottom;; padding-left:2px; padding-right:2px; padding-top:2px; padding-bottom:5px
}
