.IS_Caption
	{
	    background-image: url(../images/is_bg_grey.jpg);
	    background-repeat: no-repeat;
		background-color: Transparent;
	    font:Arial, Helvetica, sans-serif;
	    font-size: 12px; 
		color:#ffffff;
		font-weight:bolder;
		text-decoration:none;
		cursor:pointer;
	}
	
	.IS_Caption:hover
	{
	    background-image:url(../images/is_bg_blue.jpg);
	    background-repeat: no-repeat;
	}
	    
	.IS_Caption a
	{
	    background-color: Transparent;
	    font:Arial, Helvetica, sans-serif;
	    font-size: 12px; 
		color:#ffffff;
		font-weight:bolder;
		text-decoration:none;
		cursor:pointer;
	}
	
	.IS_Caption a:hover
	{
	    background-color: Transparent;
	    font:Arial, Helvetica, sans-serif;
	    font-size: 12px; 
		color:#ffffff;
		font-weight:bolder;
		text-decoration:none;
	}    



.speak 
	{
	    background-color: #E7F5FD;	
	    background-image: url(../images/map.gif); 
	    height: 300px; background-repeat: no-repeat; 
	    background-position: top right; 
	    padding: 0; 
	    border-top: 10px solid #ffffff
	}

    .speak div 
    {
        position: relative; 
        top: 0; 
        padding: 70px 0 0 30px;	
        text-align: left; 
        text-indent: 0;
    }

    .speak h2 
    {
        margin: 0; 
        color: #366492; 
        font-size: 32px; 
        font-weight: normal;
    }

    .speak p 
    {
        font-size: 14px; 
        width: 300px; 
        line-height: 1.6em; 
        margin-top: 5px
    }

    .speak .select 
    {
        font-size: 11px; 
        font-weight: bold; 
        text-transform: uppercase; 
        letter-spacing: 1px; 
        color: #2773BA
    }

    .speak #northamerica 
    {
        width: 84px; 
        height: 68px; 
        position: absolute; 
        left: 460px; 
        top: 22px; 
        background-image: url(../images/map_northamerica.gif)
    }

    .speak #northamerica:hover 
    {
        background-image: url(../images/map_northamerica_on.gif)
    }

    .speak #latinamerica 
    {
        width: 81px; 
        height: 67px; 
        position: absolute; 
        left: 507px; 
        top: 117px; 
        background-image: url(../images/map_latinamerica.gif)
    }

    .speak #latinamerica:hover 
    {
        background-image: url(../images/map_latinamerica_on.gif)
    }

    .speak #europe 
    {
        width: 148px; 
        height: 65px; 
        position: absolute; 
        left: 590px; 
        top: 39px; 
        background-image: url(../images/map_europe.gif)
    }

    .speak #europe:hover 
    {
        background-image: url(../images/map_europe_on.gif)
    }

    .speak #asia 
    {
        width: 71px; 
          height: 65px; 
          position: absolute; 
          left: 757px; 
          top: 65px; 
          background-image: url(../images/map_asia.gif)
    }

    .speak #asia:hover 
    {
        background-image: url(../images/map_asia_on.gif)
    }