/* overall styles */
BODY, P, DIV, TD, TH, TR, FORM, OL, UL, LI, INPUT, TEXTAREA, A, SELECT, H1,H2,H3,H4
  {
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    font-size:          8pt;
  }

H4
	{
    font-size:          8pt;
	}

H3
	{
    font-size:          9pt;
	}

H2
	{
    font-size:          11pt;
	}

H1
	{
    font-size:          14pt;
	}

.heading /* bookmarks headings */
	{
    font-size:          11pt;
    color:							black;
	}

PRE
  {
    font-family: courier;
  }

body
  {
    margin-top:				12px;
    margin-bottom:			12px;
    margin-left:				12px;
    margin-right:			12px;
    background:				#294052;
    color:							black;
    line-height:				140%;
  }


.filelist
  {
    font-family: monospace;
  }

.header, .menubar, .content, .footer
  {
    margin-top:        0px;
    margin-bottom:     0px;
    margin-left:       0px;
    margin-right:      0px;
    width:             100%;
  }

.header
  {
    background:       #36648b;
  }

.content
  {
    background-image:  url(images/tiles/lines_content.jpg);
    color:             black;
    text-align:		justify;
  }

.menubar, .footer
  {
    background:       #cccccc;
    color:            black;
  }

.table_text
  {
  font-size:          90%;
  }

.thumbs
   {
   	border: solid 1px black;
	width: 95px;
	height: 71px;
   }
   
.photo_text
  {
    background-color:  #cccccc;
    color:            black;
  }

.title
  {
  color:              white;
  font-size:          24px;
  margin-left:        4;
  margin-bottom:      0;
  line-height:        1.0em;
  }

a 
  {
/*    font-weight:       Bold;*/
    text-decoration: 	none;
/*	color:				#808080;*/
	color:				#606060;
  }

a:link
  {
  }

a:visited
  {
  }

a:active
  {
  }

a:hover
  {
    text-decoration: 	underline;
  }
