/* 
    Document   : econconcinnity
    Created on : Jun 13, 2008, 8:43:09 PM
    Author     : user
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.econcontent h1 {
    
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: bolder;
  font-variant: normal;
  color: #000000;
  text-align: left;
  direction: ltr;
  text-indent: 5px;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #cccccc;
  border-bottom-color: #cccccc;
  border-left-color: #cccccc;
  border-right-color: #cccccc;
  overflow : hidden;
}


