
/*------------------------------------
   Title_Bar
------------------------------------*/	
.titlebar {
	margin-bottom:10px;
	font-size:12px;
	color:#696969;
	}
.titlebar .title .Head{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	}
	
.titlebar td{
	font-size:12px;
	color:#696969;
	}


/*------------------------------------
   Title_Bar_gray_pinkline
------------------------------------*/	
.graypinkline {
	margin-bottom:10px;
	font-size:12px;
	color:#696969;
	}
.graypinkline .title .Head{
	font-size:14px;
	font-weight:bold;
	color:#4C4C4C;
	}
	
.graypinkline td{
	font-size:12px;
	color:#696969;
	}

/* ---------------------------------------------------------
NoTitle
--------------------------------------------------------- */
.notitle { 
	margin-bottom: 10px;
}
.notitle .content {
	color:#696969;
	font-size: 12px;
}

.notitle .content td{
	color:#696969;
	font-size: 12px;
}




