
 /**********************************************************************************/
 /*                                                                                */
 /**********************************************************************************/

 .intro
 {
  width : 800px;
  border : 0px;
  margin : 0px;
  padding : 10px 0px 0px 0px;


  font-size       : 12px;
  font-style      : normal;  
  font-family     : georgia, "bookman old style", "palatino linotype", "book antiqua", "palatino", "trebuchet ms", helvetica, garamond, sans-serif, arial, verdana, "avante garde", "century gothic", "comic sans ms", times, "times new roman", serif;
  font-weight : normal;
  line-height: 14px;
  color : #444444;
  text-decoration: none; 
  line-height     : 18px;
 }


 .intro .collumn
 {
  float : left;
  width : 240px;
  padding : 10px 10px 0px 16px;
 }



 .container_top .intro .last
 {
  padding : 10px 10px 0px 16px;
 }


 /**********************************************************************************/
 /*                                                                                */
 /**********************************************************************************/

 .intro .collumn_inverted
 {

  font-size       : 12px;
  font-style      : normal;  
  font-family     : Arial, Verdana;
  font-weight : bold;
  line-height: 14px;
  color : #666666;
  text-decoration: none; 
  line-height     : 16px;


  width : 256px;
  float : left;
  background : url('../images/misc/box_soft_bottom_left.gif') no-repeat left top;
 }


 .intro .collumn_inverted .box_outside
 {
  padding : 0px 0px 5px 0px;
  background : url('../images/misc/box_soft_bottom_right.gif') no-repeat right top;
 }


 .intro .collumn_inverted .box_outside .box_inside
 {
  background : url('../images/misc/box_soft_top_left.gif') no-repeat left top;
 }


 .intro .collumn_inverted .box_outside .box_inside .box_inner
 {
  background : url('../images/misc/box_soft_top_right.gif') no-repeat right top;
  padding : 5px 0px 0px 5px;
 }


 .intro .collumn_inverted .box_outside .box_inside .box_inner .content
 {
  padding : 10px 10px 10px 10px;
 }

 .intro .collumn_inverted .box_outside .box_inside .box_inner .content a
 {
  text-decoration: underline; 
  color : #444444;
 }

 .intro .collumn_inverted .box_outside .box_inside .box_inner .content a:hover
 {
  text-decoration: underline; 
  color : #444444;
 }
