﻿.bubbles
{
	color: White;
	position: relative;
	margin-top: 15px;
}
.bubble
{
	width: 144px;
	height: 144px;
	position: absolute;
	font-size: 10pt;
}
.bubble a
{
	color: White;
	text-decoration: none;
}
.bubble a:hover
{
	color: White;
	text-decoration: none;
}
.bubble a:visited
{
	color: White;
	text-decoration: none;
}
.bubble .c
{
	padding: 10px 18px 0px 18px;
}
.bubble_sm
{
	width: 105px;
	height: 60px;
	position: absolute;
	font-size: 9pt;
}
.bubble_sm a 
{
	color: White;
	text-decoration: none;
}
.bubble_sm a:hover
{
	color: White;
	text-decoration: none;
} 
.bubble_sm a:visited
{
	color: White;
	text-decoration: none;
}
.bubble_sm .c
{
	padding: 6px 18px 0px 16px;
}

/* TAN */
.bubble .tl
{
	background: url(../images/bubbles/tan_l.png) 0 0 no-repeat;
	height: 170px;
}
.bubble .t
{
	background: url(../images/bubbles/tan_m.png) 0 0 no-repeat;
	height: 170px;
}
.bubble .tr
{
	background: url(../images/bubbles/tan_r.png) 0 0 no-repeat;
	height: 170px;
}
.bubble_sm .tl
{
	background: url(../images/bubbles/tan_l_sm.png) 0 0 no-repeat;
	height: 60px;
}
.bubble_sm .t
{
	background: url(../images/bubbles/tan_m_sm.png) 0 0 no-repeat;
	height: 60px;
}
.bubble_sm .tr
{
	background: url(../images/bubbles/tan_r_sm.png) 0 0 no-repeat;
	height: 60px;
}
.bubble_sm .tls
{
	background: url(../images/bubbles/tan_l_sm.png) 0 -122px no-repeat;
	height: 60px;
}
.bubble_sm .ts
{
	background: url(../images/bubbles/tan_m_sm.png) 0 -122px no-repeat;
	height: 60px;
}
.bubble_sm .trs
{
	background: url(../images/bubbles/tan_r_sm.png) 0 -122px no-repeat;
	height: 60px;
}

/* BLUE */
.bubble .bl
{
	background: url(../images/bubbles/blue_l.png) 0 0 no-repeat;
	height: 144px;
}
.bubble .b
{
	background: url(../images/bubbles/blue_m.png) 0 0 no-repeat;
	height: 144px;
}
.bubble .br
{
	background: url(../images/bubbles/blue_r.png) 0 0 no-repeat;
	height: 144px;
}
.bubble_sm .bl
{
	background: url(../images/bubbles/blue_l_sm.png) 0 0 no-repeat;
	height: 60px;
}
.bubble_sm .b
{
	background: url(../images/bubbles/blue_m_sm.png) 0 0 no-repeat;
	height: 60px;
}
.bubble_sm .br
{
	background: url(../images/bubbles/blue_r_sm.png) 0 0 no-repeat;
	height: 60px;
}
.bubble_sm .bls
{
	background: url(../images/bubbles/blue_l_sm.png) 0 -122px no-repeat;
	height: 60px;
}
.bubble_sm .bs
{
	background: url(../images/bubbles/blue_m_sm.png) 0 -122px no-repeat;
	height: 60px;
}
.bubble_sm .brs
{
	background: url(../images/bubbles/blue_r_sm.png) 0 -122px no-repeat;
	height: 60px;
}

/* GREEN */
.bubble .gl
{
	background: url(../images/bubbles/green_l.png) 0 0 no-repeat;
	height: 144px;
}
.bubble .g
{
	background: url(../images/bubbles/green_m.png) 0 0 no-repeat;
	height: 144px;
}
.bubble .gr
{
	background: url(../images/bubbles/green_r.png) 0 0 no-repeat;
	height: 144px;
}
.bubble_sm .gl
{
	background: url(../images/bubbles/green_l_sm.png) 0 0 no-repeat;
	height: 60px;
}
.bubble_sm .g
{
	background: url(../images/bubbles/green_m_sm.png) 0 0 no-repeat;
	height: 60px;
}
.bubble_sm .gr
{
	background: url(../images/bubbles/green_r_sm.png) 0 0 no-repeat;
	height: 60px;
}
.bubble_sm .gls
{
	background: url(../images/bubbles/green_l_sm.png) 0 -122px no-repeat;
	height: 60px;
}
.bubble_sm .gs
{
	background: url(../images/bubbles/green_m_sm.png) 0 -122px no-repeat;
	height: 60px;
}
.bubble_sm .grs
{
	background: url(../images/bubbles/green_r_sm.png) 0 -122px no-repeat;
	height: 60px;
}

/* PURPLE */
.bubble .pl
{
	background: url(../images/bubbles/purple_l.png) 0 0 no-repeat;
	height: 144px;
}
.bubble .p
{
	background: url(../images/bubbles/purple_m.png) 0 0 no-repeat;
	height: 144px;
}
.bubble .pr
{
	background: url(../images/bubbles/purple_r.png) 0 0 no-repeat;
	height: 144px;
}
.bubble_sm .pl
{
	background: url(../images/bubbles/purple_l_sm.png) 0 0 no-repeat;
	height: 60px;
}
.bubble_sm .p
{
	background: url(../images/bubbles/purple_m_sm.png) 0 0 no-repeat;
	height: 60px;
}
.bubble_sm .pr
{
	background: url(../images/bubbles/purple_r_sm.png) 0 0 no-repeat;
	height: 60px;
}
.bubble_sm .pls
{
	background: url(../images/bubbles/purple_l_sm.png) 0 -122px no-repeat;
	height: 60px;
}
.bubble_sm .ps
{
	background: url(../images/bubbles/purple_m_sm.png) 0 -122px no-repeat;
	height: 60px;
}
.bubble_sm .prs
{
	background: url(../images/bubbles/purple_r_sm.png) 0 -122px no-repeat;
	height: 60px;
}

/* DARK BLUE */
.bubble .dl
{
	background: url(../images/bubbles/darkblue_l.png) 0 0 no-repeat;
	height: 144px;
}
.bubble .d
{
	background: url(../images/bubbles/darkblue_m.png) 0 0 no-repeat;
	height: 144px;
}
.bubble .dr
{
	background: url(../images/bubbles/darkblue_r.png) 0 0 no-repeat;
	height: 144px;
}
.bubble_sm .dl
{
	background: url(../images/bubbles/darkblue_l_sm.png) 0 0 no-repeat;
	height: 60px;
}
.bubble_sm .d
{
	background: url(../images/bubbles/darkblue_m_sm.png) 0 0 no-repeat;
	height: 60px;
}
.bubble_sm .dr
{
	background: url(../images/bubbles/darkblue_r_sm.png) 0 0 no-repeat;
	height: 60px;
}
.bubble_sm .dls
{
	background: url(../images/bubbles/darkblue_l_sm.png) 0 -122px no-repeat;
	height: 60px;
}
.bubble_sm .ds
{
	background: url(../images/bubbles/darkblue_m_sm.png) 0 -122px no-repeat;
	height: 60px;
}
.bubble_sm .drs
{
	background: url(../images/bubbles/darkblue_r_sm.png) 0 -122px no-repeat;
	height: 60px;
}



