/* Last changed: March 27, 2003, by Boudewijn Waijers. */

body {
  font-family:   Book Antiqua, Bookman Old Style, Serif;
  font-style:    normal; /* normal, italic                          */
  font-variant:  normal; /* normal, small-caps                      */
  font-weight:   normal; /* normal (400), bold (700), 100 - 900     */
  font-size:     small;  /* xx-small, ..., medium, ..., xx-large    */
  color:                 #000000;  /* black                         */
  background-color:      #ffffff;  /* white, just in case           */
  background-image:      url(backgrounds/wall.gif); /* whitish      */
  background-repeat:     repeat;   /* repeat-y, repeat-x, no-repeat */
  background-attachment: scroll;   /* fixed                         */
  background-position:   top left; /* right, bottom, center         */
  word-spacing:    normal;   /* <length>                            */
  letter-spacing:  normal;   /* <length>                            */
	text-decoration: none;     /* underline, line-through, blink      */
	vertical-align:  baseline; /* this is the default                 */
	text-transform:  none;     /* capitalize, uppercase, lowercase    */
  text-align:      left;     /* right, center, justify              */
	text-indent:     0em;      /* indentation of first line           */
	line-height:     normal;   /* number, length, percentage          */
  margin:  1em 4% 1em 8%;         /* clockwise, start at the top    */
	padding: 0 0 0 0;               /* clockwise, start at the top    */
	border:  #000000 medium none; } /* "color", thickness, style      */
 
a:link    { color: #0000ff; }      /* blue */
a:visited { color: #a020f0; }      /* pink */
a:active  { color: #ff0000; }      /* red  */
a:hover   { font-weight: bolder; } /* retain colors */

h1, h2 {
  font-family:  Gill Sans Extra Bold, Arial Black, Sans-Serif;
  word-spacing: .5em;
  margin-left:  -6%; }
h3, h4, h5, h6 { font-family: Bookman Old Style, Book Antiqua, Serif; } 
h3, h4 { margin-left: -3%; }

.footer, .header {
  font-family: Verdana, Sans-Serif;
  font-size:   xx-small; }
.footer {
  margin-top:  -.5em;
	text-align:  center; }
table.header { margin: 0 -4% 0 70%; }
td, tr { vertical-align: top; }

span.grieks { font-family: Symbol }

h1.nomargin { margin-left: 0%; }

.center  { text-align: center; }
.smaller { font-size:  80%;    }

p.back {
  font-size:  80%; 
  text-align: right; }

ul { list-style-type: disc; } 

ul.blue   { list-style-image: url("pictures/dots/blue.gif"); }
ul.cyan   { list-style-image: url("pictures/dots/cyan.gif"); }
ul.gold   { list-style-image: url("pictures/dots/gold.gif"); }
ul.green  { list-style-image: url("pictures/dots/green.gif"); }
ul.red    { list-style-image: url("pictures/dots/red.gif"); }
ul.silver { list-style-image: url("pictures/dots/silver.gif"); }
ul.violet { list-style-image: url("pictures/dots/violet.gif"); }
ul.yellow { list-style-image: url("pictures/dots/yellow.gif"); }

dl { list-style-type: disc;      } 
dt { display:         list-item; }

dl.blue   { list-style-image: url("pictures/dots/blue.gif"); }
dl.cyan   { list-style-image: url("pictures/dots/cyan.gif"); }
dl.gold   { list-style-image: url("pictures/dots/gold.gif"); }
dl.green  { list-style-image: url("pictures/dots/green.gif"); }
dl.red    { list-style-image: url("pictures/dots/red.gif"); }
dl.silver { list-style-image: url("pictures/dots/silver.gif"); }
dl.violet { list-style-image: url("pictures/dots/violet.gif"); }
dl.yellow { list-style-image: url("pictures/dots/yellow.gif"); }

ol.alpha { list-style-type: lower-alpha; }

blockquote { font-style: italic; }