/*
  File name: enc_text_image.css -- Text / Image
  
  This CSS file declares the styles used in the Text / Image pages

  Author:    'o-Dzin Tridral

  Revision history:

  version : yyyy-mm-dd : account name : description
  01.02   : 2009-02-09 : TridralO     : Change the colour style sheet from black to dark
  01.00   : 2007-03-27 : TridralO     : Copied fromm text_image.css
*/

/*
  Import common stylesheets
*/
@import url(/shared/style/pge_col_drk.css) ;
@import url(/shared/style/pge_str_nav.css) ;
@import url(/shared/style/pge_str_quo.css) ;
@import url(/shared/style/pge_str_top.css) ;


#image_area
{
  align: left ;
  float: left ;
  padding: 21px ;
}

#link_area
{
  clear: both ;
  font-size: 12pt ;
  text-align: center ;
}

#footer_area
{
  border-bottom-style: solid ;
  border-top-style: solid ;
  border-width: 1px ;
  clear: both ;
  color: blue ;
  font-size: 12pt ;
  text-align: center ;
}

.text
{
  text-align: left ;
  padding: 21px ;
}

/*
.image
{
  align: left ;
  float: left ;
  padding: 21px ;
}
*/


/*
  Heading Levels
*/

h1
{
  font-size: 36pt ;
  font-weight: lighter ;
  margin: 0 ;
}

h2 
{
  font-size: 24pt ;
  font-style: italic ;
  font-weight: lighter ;
  margin-bottom: 40pt ;
  margin-top: 20pt;
}

hr
{
  background-color: blue ;
  border: 0 ;
  color: blue ;
  height: 1px ;
  width: 100% ;
}

/*
  Image
*/

img 
{
  align: left ;
  float: left ;
  border: 21 solid #000000;
  margin-left: 0px ; 
  margin-right: 10px ;
  margin-left: 0 ;
  padding: 0 ;
}


/*
  Paragraph
*/

p 
{
  margin-bottom: 6pt;
}

/*
  End of file
*/