ul#menu { width: 100%; height: 43px; position: relative; background: #FFF url("/imagesq/menu-bg.gif") top left repeat-x; font-size: 1.0em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu li a:hover { color: #333; }
ul#menu li a.current{ color: #FFF; position: relative; background: #FFF url("/imagesq/current-bg.gif") top left repeat-x; padding: 5px 15px 0; }

ul#menu2 { width: 100%; height: 43px; position: relative; background: #FFF url("/imagesq/menu-bg2.gif") top left repeat-x; font-size: 1.0em; font-family: "Lucida Grande", Verdana, sans-serif; font-weight: bold; list-style-type: none; margin: 0; padding: 0; }
ul#menu2 li { display: block; float: left; margin: 0 0 0 5px; }
ul#menu2 li a { height: 43px; color: #777; text-decoration: none; display: block; float: left; line-height: 200%; padding: 8px 15px 0; }
ul#menu2 li a:hover { color: #333; }
ul#menu2 li a.current{ color: #FFF; position: relative; background: #FFF url("/imagesq/current-bg2.gif") top left repeat-x; padding: 5px 15px 0; }

.maintext {
	font-size: 13px;
	color: #000000;
	}

.maintext2 {
	font-size: 12px;
	color: #000000;
	}

.mintext {
	font-size: 10px;
	color: #000000;
	}

.graytext {
	font-size: 12px;
	color: #CCCCCC;
	}

.langtext {
	font-size: 12px;
	color: #000000;
	}

.reporttext {
	font-size: 12px;
	color: #000000;
	}

.atext {
	font-size: 12px;
	color: #000000;
	}

.orderbutton {
	color:#C00000;
	font-size: 11px;
        font-weight: bold;
	text-decoration: none;
	}

.boxtextblack {
	font-size: 11px;
	color: #000000;
	}

.boxheadblack {
	font-size: 13px;
	color: #000000;
	}

.boxtextwhite {
	font-size: 11px;
	color: #FFFFFF;
	}

.boxheadwhite {
	font-size: 13px;
	color: #FFFFFF;
	}

.grayed {
	font-size: 10px;
	color: #404040;
	}

.bottom {
	font-size: 9px;
	color: #000000;
	}

H1  {
        font-family : "Lucida Grande", Verdana, sans-serif;
        font-size : 18px;
	  color : #000000;
        }

H2  {
        font-family : "Lucida Grande", Verdana, sans-serif;
        font-size : 16px;
        color : #000000;
		}

H3  {
        font-family : "Lucida Grande", Verdana, sans-serif;
        font-size : 13px;
        color : #000000;
        background-color: transparent; 
        }
        
BODY,TD{
        color : black;
        font-family : "Lucida Grande", Verdana, sans-serif;
        font-size : 13px;
        }
        

A       {
        color : blue;
        }

        
A:link
{
        background: transparent;
        color: #333399;
} 

A:visited
{ 
        background: transparent; 
        color: #333399;
}

A:active
{
      text-decoration : none;
      background: #FFFFFF;
      color : #000000;

}


A:Hover {
        text-decoration : none;
        color : darkblue;
        }


.menu {
        text-decoration : none;
        color : #000000;
        font-family : "Lucida Grande", Verdana, sans-serif;
        font-size : 11px;
}


A.menu       {
        color : FFFFFF;
        font-family : "Lucida Grande", Verdana, 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 : "Lucida Grande", Verdana, 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;
}