/* CSS Document */

/* Example HTML Code: <div class="curlycontainer">
<div class="innerdiv">
<b>Some title</b> <br />
Some text here.Some text here. Some text here.<br />
Some text here.Some text here. Some text here.<br />
Some text here.Some text here. Some text here.<br />
Some text here.Some text here.
</div>
</div>
*/

.curlycontainer{
	/*background-color:#99CC00;*/
margin-bottom: 1em;
	border: 1px solid #CCCCCC;
	background-color: #F7FBE9;
	font-size: 1em;
}

.curlycontainer .innerdiv{
	position: relative;
	background-color: transparent;
	background-image: url(../newimages/icons/brcornerDot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	left: 2px;
	top: 2px;
}
.curlycontainer .innerdiv2{
	position: relative;
	padding-top: 12px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: transparent;
	left: -3px;
	top: -3px;
}
.containerTitle {
	font-weight: bold;
	color: #006600;
	position: relative;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CEE684;
}
/* Container 2*/ 
.curlycontainer2{
	/*background-color:#99CC00;*/
margin-bottom: 1em;
	border: 1px solid #CCCCCC;
	background-color: #023401;
	color: #FFFFFF;
}

.curlycontainer2 .innerdiv{
	position: relative;
	background-color: transparent;
	background-image: url(../newimages/icons/brcornerDot.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	left: 2px;
	top: 2px;
}
.curlycontainer2 .innerdiv2{
	position: relative;
	padding-top: 12px;
	padding-right: 5px;
	padding-left: 5px;
	background-color: transparent;
	left: -3px;
	top: -3px;
}
.containerTitle2 {
	font-weight: bold;
	color: #99FF00;
	position: relative;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CEE684;
	font-size: 12px;
}

/* End of container2 */
.articlefootnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: italic;
	color: #999999;
}
