.TDBG {
	background-image: url(horse.JPG);
	background-repeat: no-repeat;
	background-position: center top;
}
@font-face {
    font-family: Antigoni Light;
    font-style:  normal;
    font-weight: normal;
    src: url(ANTIGON0.eot);
}

.Antigoni {font-family: "Antigoni Light"}
.Antigoni-italic-12px {font-family: "Antigoni Light";
		    font-style: italic;
			font-size: 12px;
}
.Antigoni-bold-title {font-family: "Antigoni Light";
		    font-weight:  bold;
			font-size:    xx-large;
}

@font-face {
    font-family: Bookman Old Style;
    font-style:  normal;
    font-weight: 700;
    src: url(BOOKMAN0.eot);
  }
.Bookman {font-family: "Bookman Old Style"}
.Title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
}
.dottedBorder {
	border: medium dotted green;
}

