/*  1. Container Design Elements         */

/*-- external table				       --*/ .C01_Title_Table		{ padding: 0px;}
/*-- conatiner title token             --*/ .C01_Title_Title		{ font-size: 14px; line-height: 1.4em; font-family: verdana; color: #99CF16; font-weight: bold; text-transform: lowercase;}
/*-- container title cell              --*/ .C01_Title_TitleTD		{ width:100%; padding: 0;}
/*-- container actions cell            --*/ .C01_Title_ActionsTD	{ padding: 0;}
/*-- container content pane            --*/ .C01_Title_Content		{ font-size: 11px; line-height: 1.4em; font-family: verdana; color: #7D8477; text-align:left; vertical-align: top; }
/*-- container content pane            --*/ .C01_Title_Content p	{ font-size: 11px; line-height: 1.4em; font-family: verdana; color: #7D8477; text-align:left; vertical-align: top; }

/* Heading 1						     */ H1						{ font-size: 11px; line-height: 1.4em; font-family: verdana; color: #9C0; font-weight: bold; padding: 0 0 10px 0;}
/* Heading 2						     */ H2						{ font-size: 11px; line-height: 1.4em; font-family: verdana; color: #454742; font-weight: bold; padding: 0 0 10px 0;}

