/*  1. Container Design Elements         */

/*-- external table				       --*/ .clean_Table		{ padding: 0px;}

/*-- overriding default margin         --*/  p { margin: 0;}
/*-- conatiner title token             --*/ .clean_Title		{ font-size: 7pt; line-height: 1.4em; font-family: verdana; color: #FF3300; font-weight: bold; text-transform: lowercase;}
/*-- container title cell              --*/ .clean_TitleTD		{ width:100%; padding: 0;}
/*-- container actions cell            --*/ .clean_ActionsTD	{ padding: 0;}
/*-- container content pane            --*/ .clean_Content		{ font-size: 8pt; line-height: 1.4em; font-family: tahoma; color: #333; text-align:left; vertical-align: top; padding: 0px;}

/* Heading 2						     */ H2					{ font-family: tahoma; font-size: 9pt; color: #F90; font-weight: bold; padding: 0 20 10 30;}
/*-- text with paddings				   --*/ .text				{ font-family: tahoma; font-size: 8pt; color: #333; font-weight: normal; padding: 0 20 10 30;}
