
/*This is the main style sheet of the terrakor site.*/

/* $WEFT -- Embedded fonts created by: dj (design@terrakor.com) on 9/8/2003 -- */
  @font-face {
    font-family: Adler;
    font-style:  normal;
    font-weight: normal;
    src: url(ADLER0.eot);
  }

  @font-face {
    font-family: Apoplex;
    font-style:  normal;
    font-weight: normal;
    src: url(APOPLEX0.eot);
  }

body {
color: black;
background-color: white;
font-family: "Times New Roman", times, serif;
}

div.page {margin-left: 5%;}

p { font-size: 150%; }

a:link {
color: blue;
font-weight: bold;}

a:visited {
color: purple;
font-weight: bold;}

a.t:link {
color: white;
text-decoration: none;
font-weight: normal;}

a.t:visited {
color: white;
text-decoration: none;
font-weight: normal;}

a:hover, a:active, a.t:hover, a.t:active {
color: red;}

span.lg {
font-family: "GF Halda Smashed", Adler, Apoplex, "Times New Roman", serif; font-size:300%;}

span.bg {
font-family: "GF Halda Smashed", Adler, Apoplex, "Times New Roman", serif; font-size:200%;}

span.md {
font-family: "GF Halda Smashed", Adler, Apoplex, "Times New Roman", serif; font-size:150%;}

span.nm {
font-family: "GF Halda Normal", Apoplex, "Times New Roman", serif; font-size:150%;}

span.df {
font-family: "GF Halda Normal", Apoplex, "Times New Roman", serif; font-size:101%;}

span.nbr {
	white-space: nowrap;
	}

h1 {
font-family: "GF Halda Normal", Apoplex, "Times New Roman", serif; font-size:150%; font-weight: bold;}

.ngf {
font-family: "Times New Roman", serif;}

td {
font-family: "Times New Roman", serif;}

td.bl { 
background-color: blue;}

td.gr { 
background-color: green;}

td.or { 
background-color: orange;}

td.bk { 
background-color: black;}

td.cen {
text-align: center;}


