/*  1. Container Design Elements         */

/*-- external table				       --*/ .C01_Table		{ padding: 1px 0 1px 0;}

/*-- overriding default margin         --*/  p				{ margin: 0;}
/*-- conatiner title token             --*/ .C01_Title		{ font-size: 13px; line-height: 1.4em; font-family: tahoma; color: #FFFFFF; font-weight: bold; text-transform: uppercase;}
/*-- container title cell              --*/ .C01_TitleTD	{ width:100%; height: 25px; background: #C4D3DE; padding: 0 20px 0 13px; vertical-align: middle;}
/*-- container actions cell            --*/ .C01_ActionsTD	{ padding: 0;}
/*-- container content pane            --*/ .C01_Content	{ font-size: 8pt; line-height: 1.4em; font-family: tahoma; color: #333; text-align:left; vertical-align: top; padding: 30px 25px 30px 100px;}

/* Heading 1						     */ H1				{ font-family: tahoma; font-size: 10pt; color: #99CC00; font-weight: bold; padding: 10px 0 5px 0;}
/* Heading 2						     */ H2				{ font-family: tahoma; font-size: 9pt; color: #A7C6E0; font-weight: bold; padding: 0 20 10 30;}
