div.description {
display:block;
color: black;
font-family: verdana, helvetica, sans-serif;
 font-size:10pt;
    line-height:11pt;
	text-align:left;
}
div.clearer {
clear: left;
display:block;
line-height: 0;
height: 0;
}

div.rounded{
    max-width:1200px;
    margin:5px 0px 0px 20px;
	padding-top: 10px;
	padding-bottom: 20px;
    width:75%;
	bottom:100%;
}
div.rounded div.top {
    background:url(tl.png) no-repeat bottom left;
    padding:0px;
    width:100%;
}

div.rounded div.top div.right {
    background:url(tr.png) no-repeat bottom right;
    height:20px;
    margin-left:20px;
}

div.rounded div.middle {
    background:url(l.png) repeat-y left;
   /* clear:both;*/
    width:100%;
}

div.rounded div.middle div.right {
    background:url(r.png) repeat-y right;
    margin-left:5px;
}

div.rounded div.middle div.right div.content {
    background:url(bg.png) repeat top left;
    color:black;
	font-weight: bold;
    /*font-family:"Trebuchet MS", Calibri, Tahoma, sans-serif;*/
	font-family: verdana, helvetica, sans-serif;
    font-size:0.7em;
    line-height:1.4em;
    margin-right:15px;
    padding:0px 20px;
    text-align:left;
}

div.rounded div.middle div.right div.content p {
    margin:0px;
    padding-top:15px;
}

div.rounded div.middle div.right div.content h2 {
    color:#943861;
    font-size:1.4em;
    font-weight:bold;
    margin:0px;
    /*padding:7px 0px;*/
	border-bottom:none;
}
div.rounded div.middle div.right div.content ul {
    margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 20px;
}


div.rounded div.bottom {
    background:url(bl.png) no-repeat top left;
   /* clear:both;*/
    padding:0px;
    width:100%;
}

div.rounded div.bottom div.right {
    background:url(br.png) no-repeat top right;
    height:20px;
    margin-left:20px;
}

