.maintext {
	font-size: 12px;
	color: #000000;
	}

.endtext {
	font-size: 10px;
	color: #808080;
	}


H1  {
        font-family : geneva, verdana, arial, helvetica, sans-serif;
        font-size : 18px;
	  color : #000000;
        }

H2  {
        font-family : geneva, verdana, arial, helvetica, sans-serif;
        color : #000000;
        font-size : 14 px;
        font-weight : bold ;
        }

H3  {
        font-family : geneva, verdana, arial, helvetica, sans-serif;
        font-size : 12 px;
        color : #000000;
        background-color: transparent; 
        }
        
BODY,TD{
        color : black;
        font-family : geneva, verdana, arial, helvetica, sans-serif;
        font-size : 12px;
        }
        

A       {
        color : blue;
        }

        
A:link
{
        background: transparent;
        color: #006599;
} 

A:visited
{ 
        background: transparent; 
        color: #006599;
}

A:active
{
      text-decoration : none;
      background: #FFFFFF;
      color : #000000;

}


A:Hover {
        text-decoration : none;
        color : darkblue;
        }


.menu {
        text-decoration : none;
        color : #000000;
        font-family : geneva, verdana, arial, helvetica, sans-serif;
        font-size : 11px;
}


A.menu       {
        color : FFFFFF;
        font-family : geneva, verdana, arial, helvetica, sans-serif;
        font-size : 11px;
        }

        
a.menu:link
{
background: transparent; 
color: #000000;
} 

a.menu:visited
{ 
background: transparent; 
color: #000000;
}

a.menu:active
{
        text-decoration : none;
        background: #FFFFFF;
        color : #000000;
}

A.menu:Hover {
        text-decoration : none;
        background: #FCFE36;
        color : #000000;
        }

b.menu {
        text-decoration : none;
        color : #CCCCCC;
        }


.header1 {
        text-decoration : none;
        background: transparent;
        font-size : 14 px;
          font-weight : bold;
        color : #993300;
}

#bubble_tooltip{
	width:200px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../imagesq/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../imagesq/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
	font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	font-size:11px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../imagesq/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:44px;
	position:relative;
	top:-6px;
}