@charset "utf-8";
/* CSS Document */

.container_body
{
	background-color:#FFFFFF;
	border-left: 1px dashed #adc687;
	border-right: 1px dashed #adc687;
	border-bottom: 2px solid #e2477d;
}
	
.container_title1
{
	background-image:url(images/title_bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	border-bottom: 2px solid #adc687;	
}
.container_title2
{
	background-image:url(images/title_right.gif);
	background-position:right top;
	background-repeat:no-repeat;
	border-bottom: 2px solid #adc687;
}

.container_title1 .Head
{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:italic;
	font-weight:bold;
	text-transform:uppercase;
}


