BODY {
  color: #4c4c4c;
  margin: 0;
  padding: 0;
  font-family: Tahoma;
  font-size: 11px;  
}
a:link {
	color: #ffffff;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;

}
a:hover {
	color: #6E7379;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;

}

.text1 {
	font-family: tahoma;
	font-size: 36px;
	color: #DDe4DC;
	font-weight: bold;
}
.text2 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #4c4c4c;
}
.text3 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #8A8EC1;
}
.text4 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #BF302C;
}
.text5 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #C6C6C6;
}
.text6 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: lighter;
	color: #FFFFFF;
}
.text7 {
	font-family: tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.text8 {

	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #DDe4DC;
}
.text9 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color:#C20406;
}

#bubble_tooltip{
		width:210px;
                position:absolute;
                display: none;
        }
        #bubble_tooltip .bubble_top{
                position:relative;
                background-image: url(htooltip/bubble_top.gif);
                background-repeat:no-repeat;
                height:18px;
                }
        #bubble_tooltip .bubble_middle{
                position:relative;
                background-image: url(htooltip/bubble_middle.gif);
                background-repeat: repeat-y;
                background-position: bottom left;
        }
        #bubble_tooltip .bubble_middle div{
		padding-left: 12px;
                padding-right: 20px;
                position:relative;
                font-size: 11px;
                font-family: arial, verdana, san-serif;
                text-decoration: none;
                color: red;	
		text-align:justify;	
        }
        #bubble_tooltip .bubble_bottom{
                background-image: url(htooltip/bubble_bottom.gif);
                background-repeat:no-repeat;
                height:65px;
                position:relative;
                top: 0px;
        }