/* CSS Document */

body {color:black;
margin: 0px;
text-indent:5px;

/* Standard. Readable */
  /*font-family: Arial, Helvetica, Sans-Serif;*/
  /* font-family:  'Lucida Grande', Geneva, sans-serif; */
  /* font-family: Tahoma, Geneva, sans-serif; */
  /* font-family: Geneva, Verdana, sans-serif; */
  
  /* Nice. Classic Looking */
  /* font-family: 'Times New Roman', Times, serif; */
  /* font-family: Georgia, serif; */
  /* font-family: Book Antiqua, Palatino, serif; */
  
  /* Modern. Kind of Funky */
  /* font-family: 'Gill Sans', 'Trebuchet MS', Helvetica, sans-serif; */
  
  /* Monospace */
  /* font-family: Lucida Console, Monaco, monospace; */

}


a:link { color:#333333;
text-decoration: none;
}

a:visited { color:#333333;
text-decoration: none;
}

a:hover { color:#019bcd;
text-decoration: underline;
}

a:active {
color:#333333;
text-decoration: none;
}
p.menu {
font-family:Geneva, Arial, Helvetica, sans-serif;	
}


table.main
{
border-style:solid;
border-width:1px;
border-color:#666666;
border-collapse: collapse;
}


tr.header {
	text-indent: 108px;	
	border: 1px solid #666666;
	background: #ECE9E9;
}
tr.footer {
border: 1px solid #666666;

}
td.style {
border: 1px solid #666666;
background: #ECE9E9;
}


td.article {
text-align:justify;
vertical-align:text-top;
}
td.artHeader {
background:#ECE9E9;
}

