/* @override css2/bubbles.css */

/* Normal Bubble */
div.bubble {
	width: 97%;
	font-size: 12pt;
}

div.bubble h1{
	font-size: 20px;
	font-weight: bold;
	padding: 0 15px 0px 17px;
}

div.bubble h2{
	font-weight: bold;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0px;
	padding-top: .5em;
}

div.bubble ul li{
	font-size: 12px;
	color: #b5111b;
	padding-right: 8px;
	margin-bottom: 2px;
}

div.bubble p{
	line-height: 18px;
	font-size: 12px;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 0;
}

/* Rounded Bubble */
div.bubble div.rounded {
	margin-bottom: 20px;
	border: 3px solid #e6e6e6;
	background-color: #fff;
	background-image: url(images/grad_1.jpg);
	margin-top: 20px;
}

div#centreright{
	width: 195px;
	float: right;
	padding-top: 15px;
	margin-right: 11px;
}

div#centreright div.bubble{
	width: 190px;
	font-size: 0.75em;
	float: right;
	margin-bottom: 1em;
}

div#centreright div.bubble p{
	font-size: 12px;
	line-height: 16px;
	padding-left: 1em;
	padding-bottom: .25em;
	padding-right: 1em;
}

div#centreright div.bubble h2{
	padding: 0 15px 0 13px;
	margin: 0;
}


div#centreright div.bubble ul{
	margin: 5px;
	padding: 0;
}

div#centreright div.bubble ul li{
	margin: 0;
	padding-bottom: 5px;
	color: inherit;
	list-style-type: square;
	list-style-position: inside;
}
