.round-container{
	text-align:center;
	font-family:  verdana, arial, sans-serif;
	font-size: 200%;
	font-weight:bold;
	background-color:#2c1c8d;
	color:#fff;
	width: auto;
	padding:0px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}


.top-right-image{
background-image: url(/images_site/tr-round.gif);
background-repeat: no-repeat;
background-position:top right;
}
.top-left-image{
background-image: url(/images_site/tl-round.gif);
background-repeat: no-repeat;
background-position:top left;
}
.bottom-right-image{
background-image: url(/images_site/br-round.gif);
background-repeat: no-repeat;
background-position:bottom right;
}
.bottom-left-image{
background-image: url(/images_site/bl-round.gif);
background-repeat: no-repeat;
background-position:bottom left;
}
.text{
	font-family:  verdana, sans-serif;
	font-size: 50%;
	font-weight:normal;
	color:#000;
	background-color:#fff;
	border-left:1px solid #2c1c8d;
	border-right:1px solid #2c1c8d;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.text2{
	font-family:  verdana, sans-serif;
	font-size: 50%;
	font-weight: normal;
	color:#000;
	background-color: #fff;
	background-image: url(/images_site/text-bg.jpg);
	background-repeat: repeat-x;
	border-left:1px solid #2c1c8d;
	border-right:1px solid #2c1c8d;
	text-align:left;
	padding-left:5px;
	padding-right:5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

